Message from JavaScript discussions
September 2017
— Okay I will do a research on all what u guys have said thanks alot
Please does anyone has any material that teaches one how to develop a full stack web application using node.js with express framework. i am new at this, but i am more of a python developer so i am familiar with django but this will be my first time trying this with js
— Tbh, I'd go with official documentation. If you go to express' page you'll find plenty easy tutorials :)
— Http://expressjs.com/en/starter/hello-world.html
— Http://expressjs.com/en/starter/basic-routing.html
— Http://expressjs.com/en/guide/routing.html
— With those three you can get started easily. After that, feel free to ask any questions here
— Thank you
— Check out this one too, kinda helpful
— Https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction/
— Helped me understand how it works behind the scenes
— Thank you