https://github.com/awalhossain/restful-api-aith-raw-nodejs
Built applications in raw NodeJs with no frameworks, and no external libraries π₯
https://github.com/awalhossain/restful-api-aith-raw-nodejs
crud-operations frameworkless nodejs nodejs-api nodejs-modules twilio-sms-api user-validation
Last synced: 11 months ago
JSON representation
Built applications in raw NodeJs with no frameworks, and no external libraries π₯
- Host: GitHub
- URL: https://github.com/awalhossain/restful-api-aith-raw-nodejs
- Owner: AwalHossain
- License: mit
- Created: 2022-06-26T12:39:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T05:57:55.000Z (about 3 years ago)
- Last Synced: 2025-02-02T03:59:46.686Z (about 1 year ago)
- Topics: crud-operations, frameworkless, nodejs, nodejs-api, nodejs-modules, twilio-sms-api, user-validation
- Language: JavaScript
- Homepage:
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Restful-Api-Aith-Raw-NodeJS
Built applications in raw NodeJs with no frameworks, and no external libraries π₯
# Building a CLI
built a command-line application that takes user-inputs from the console, processes them, and writes outputs back out.To build this, i have used Nodeβs Readline, Events, TTY, V8, and OS modules.