Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashirbadgudu/nodejs-learning
- Owner: AshirbadGudu
- Created: 2021-06-06T15:31:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T01:32:08.000Z (over 3 years ago)
- Last Synced: 2024-11-20T11:07:14.404Z (3 months ago)
- Topics: ejs, express, javascript, middleware, nodejs
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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