Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashirbadgudu/nodejs-learning

Basics of node js
https://github.com/ashirbadgudu/nodejs-learning

ejs express javascript middleware nodejs

Last synced: 22 days ago
JSON representation

Basics of node js

Awesome Lists containing this project

README

        

# nodejs-learning

- Creating server with http
- Creating server with express
- Creating files with fs module
- Creating get & post routes with express
- Read a file data with fs module
- Creating and Deleting Folders fs module
- Serving static html files with nodejs
- Send JSON data using node js
- Creating Basic Routing With Node js
- Accessing Params With Express
- Using ejs as a view engine
- Using partial(components) with ejs
- Using static assets in express js
- Using Middleware With Express