Hacker News new | past | comments | ask | show | jobs | submit login
Node.js 0.4.1 released, fixes bugs (groups.google.com)
45 points by moeffju on Feb 20, 2011 | hide | past | favorite | 12 comments



Perfect timing to see this on HN. I was thinking about playing with either Hadoop or Node.js tonight (both for the first time), I guess this post made up my mind. It's installing now. This is exciting to work with, and a lot different for me being a long time C# developer moving to the Linux world.


C# developer here too. It appears most developers never learn the more advanced bits about javascript. With node.js you really benefit from knowing javascript well. One thing that struck me was how easy it was to identify repeating patterns in my code and refactor them, much more easily than in C#. Good luck, hope you'll have as fun as I have with node!


Be curious to hear what you think of node after toying with it a bit.


Hello World. It worked :) In general, I love JavaScript so I don't see why I wouldn't like Node. I'll have to write a real program to truly have an opinion.

What's the best way to start and keep Node running?


The best way to keep any service started and running runit. http://smarden.org/runit/


We give credit, when due... Check out forever.

http://blog.nodejitsu.com/keep-a-nodejs-server-up-with-forev...


I was inspired by forever, so I also created my own management tool:

https://github.com/luxdelux/restarter


I've also used fugue before:

https://github.com/pgte/fugue

It launches a master process which forks and manages child worker processes and talks to them over a socket.


They are going very fast, just changed out for a module that is a fork of a fork of a module made for .2 line that keeps getting obsoleted with every point release


Wow. I just finished compiling v0.4.0


I did too, yesterday! Can't be happier to see progress on node.js though :)


sudo add-apt-repository ppa:jerome-etienne/neoip && sudo apt-get update && sudo apt-get install nodejs <- to install node.js 0.4.1 on ubuntu




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: