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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.