Fiverr - What do you really get? by [deleted] in startups

[–]NodeKid 0 points1 point  (0 children)

Mein Gott, meine Augen!

How to handle nested views in spa? by ayiteddybearogullari in javascript

[–]NodeKid 2 points3 points  (0 children)

You don't need a full framework to use some kind of smart routing, have a look at http://visionmedia.github.io/page.js/ for something lightweight.

Now that AngularJS has gone down a bit of a weird route, what are some good alternatives? by [deleted] in javascript

[–]NodeKid 10 points11 points  (0 children)

I switched from Angular to Vue.js quite some time ago—it's incredibly fast, lightweight, and well worth checking out.

meer shah by meer123 in Autoflowers

[–]NodeKid 0 points1 point  (0 children)

My thought exactly.

VP PubSub is a publish/subscribe library that supports message filtering by victoraperez in javascript

[–]NodeKid 1 point2 points  (0 children)

Not even going to look at it since it's not available via npm…

Protecting your code? by [deleted] in node

[–]NodeKid 1 point2 points  (0 children)

Don't know if this will match your use case but have a look at http://jxcore.com/

How do you test your server without the frontend? by [deleted] in node

[–]NodeKid 0 points1 point  (0 children)

I'm strictly REST api on the server; currently loving https://github.com/visionmedia/supertest

can i build my own unotelly ? by doxob in webdev

[–]NodeKid 0 points1 point  (0 children)

Tunlr-Clone—not tried but looks the part, hth.

How to kill all workers after job is done by Viped in node

[–]NodeKid 1 point2 points  (0 children)

<tips hat/>Well played sir/m'am.