Webinar 2022 Deploying a simple Express.js Web App

From SHARCNETHelp
Revision as of 09:33, 1 December 2022 by Syam (talk | contribs) (Created page with "Express is the most popular Node.js framework for web development. It’s fast, unopinionated, and has a large community behind it. It is easy to learn with many modules avail...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Express is the most popular Node.js framework for web development. It’s fast, unopinionated, and has a large community behind it. It is easy to learn with many modules available for use. This webinar will introduce you to Express and Node.js that you can use to deploy a full stack web app. I will show you how to create a CRUD web application and deploy it on the Cloud. You will be introduced to loading Node packages with NPM and building middleware for Express. Programming knowledge is not required to follow the webinar but it is recommended.