Node.js

Hipsters :P I am interested in learning MEAN stack though.
 
Last edited:
It popularized using the asynchronous model for processing requests. Now, most languages and frameworks have this type of support.

The apparent benefit was also the ability to write JS from server. It's event loop model means that you could scale better in terms of servicing incoming requests with less computing resources.

It is meant to solve the I/O problem and not to be used for heavy computation. So typically, you would have a node server accepting requests and then pawning off the hard work to another system. Node will keep allowing requests coming in. When the hard work and processing is done, that result is passed back.

Just another way to add scalability. I wouldn't use this for typical websites or CRUD systems.
 
Perhaps meteor js? Was mentioned on this forum somewhere.

It is a platform build on top of node and other technologies. Gonna take some time to learn it myself.
 
Only two pages for node.js on the first myadsl link coming from google. Feels a bit strange, but looking at the last post on the jozi meetup, I can see that it died a bit in Gauteng. Like always the capetown scene seems better.

Anybody want to speculate why, did all the rockstars leave myadsl?

Because I want to talk to people locally about how Netflix debug their production servers and IBM owning chunks like expressjs, node-red, the bluemix platform.

Also anybody tried out the cloud9 IDE? Been running it locally since 2013 and loving it.

So just wanted to share some node.js goodness.

Hopefully this post will kick the page count.

*bump*

[Netflix]: https://www.youtube.com/watch?v=O1YP8QP9gLA
[Jozi meetup]: http://www.meetup.com/Jozi-Node-JS/
[c9ide]: https://cloud9-sdk.readme.io/docs/running-cloud9-desktop
 
I've written a couple of systems using sails.js

For IDE I'm using PHPStorm (I do php work too).

I'm betting node is going to get big in SA in about a years time.

Worldwide, I think it may get "wordpress" level of traction.
 
Top
Sign up to the MyBroadband newsletter
X