The more I look at node.js the more, I’m really beginning to like it. Everything is an object like ruby, but it isn’t as different ( hippie like 😛 ). Also you don’t have to relearn all these syntaxes that are all globals array_map, array_push…
So is there a similar equivalent of Kohana php for node.js?
I’m assuming node.js is ready for prime time if I wanted to set up a server and everything, or is there anything that I shoud be concerned/worried about. I noticed nodejs.com demo is down, which is a bit concerning if I wanted to go live.
If you want to get started with node.js which is freakin awesome if you ask me, you should look(comprehend) into:
Like Jorge said express.js is a very popular framework to develop websites. Also if you master these topics I am sure you will really love node.js.