NodeJS
- Unit Outline
- Unit Outcome
Unit Outline
- Server side programming
- NodeJs
- Other server side languages(APIs)
- Http Requests and Responses
- Express.js, Routes, Paths and Parameters
- Authentication and Authorization
- Security
- Deploying to Heroku
NodeJS allows the creation of web servers using JavaScript
Unit Outcome
- Simple server with HTTP Requests updating a list during a session
- This will have add/remove functionality