Ask HN: Whats the future of node?
hi,
planning our big project for commercial purpose..
Whole team (yes we're all pretty same, since we worked together b4 too :); has background in .NET, php and some java + low-level embedded development in C...
During our research we figured out that Node is really popular, and we did give it a try with some test BLOG application, showing some great things while learning...
output of our project is SaaS with a lots of database querying with some mathematics within backend code.
Wondering is it good idea to start with Node, and is it not 'just another language' outthere?
cheers
6 comments
[ 4.2 ms ] story [ 33.7 ms ] threadHow's this different from any other platform? The same thing can be said about rails, django, php, or any other platform.
Do you program your WebSockets in railwayjs?
As a related question, has anyone tried using Node.js as the final glue code, taking advantage of easy asynchronous function implementation while writing the core logic in some other language? I know you can technically do that but I don't know what overhead I should expect if I attempted it?!
thanks