Hi,
I'd like to know if it's possible to create a complete website using node.js (just like we do using Sinatra and Rails).
Also, is there any framework as good as Sinatra and Rails?
Is this the best use for node?
Regards.
Hi,
I'd like to know if it's possible to create a complete website using node.js (just like we do using Sinatra and Rails).
Also, is there any framework as good as Sinatra and Rails?
Is this the best use for node?
Regards.
Express is a framework much like Sinatra based off of Node.js. It can be used to build an entire website, with complex routing and all the jazz. I don't know if this is the best use for Node, but it is possible.