rest - Creating Simple MVC based Web Application using Node.js -
i beginner in node.js , wanted make small mvc based web app using node.js have decent knowledge of mvc model. can please give me resource link/reference gives step step explanation new node.js.
thank you.
you need understand 3w (what-why-when) using mvc in app.
example - folder web app in nodejs :
/public /images /javascripts /stylesheets /routes /index.js /user.js /views /index.hjs /app.js /package.json another instruction mvc detail in nodejs
mvc web framework node.js designed make express easier use. can see in here
Comments
Post a Comment