If you're using Node.js, you're doing life wrong
codeslinger.posterous.com
If you're using Node.js, you're doing life wrong
1–10 of 100 posts
Re: If you're using Node.js, you're doing life wrong
#2* It's "not as good" as languages/environments like Erlang.
* But it's good enough, and significantly simpler, as an approach to tackle a certain class of problems. This, combined with widespread knowledge of Javascript, will probably make it fairly widely used.
Re: If you're using Node.js, you're doing life wrong
#3Re: If you're using Node.js, you're doing life wrong
#4Node looks great for insanely high connection count / non blocking messaging apps but for nearly everything else it looks like a square peg in a round hole.
Re: If you're using Node.js, you're doing life wrong
#5Just use it and see if it works out for you.
Re: If you're using Node.js, you're doing life wrong
#6Re: If you're using Node.js, you're doing life wrong
#7The only factor that drives technology success is the people, aka the community. There are a lot of people on board of nodejs. This just creates more gravity and pulls more people toward it. Together, the community will carry the momentum that drives its success. If v8 is not server technology like OP said, there are enough open source developers to make its on fork.
Re: If you're using Node.js, you're doing life wrong
#8Who cares about the language. Use JS if you want, or use Scala. At the end of the day is the maintainability of the product you're developing that matters.
I feel, for example, that NPM is much easier and simpler to use than something like Maven. If it makes my life easier, I'll stick with it.