https://github.com/awalhossainofficial/restful-api-aith-raw-nodejs
Built applications in raw NodeJs with no frameworks, and no external libraries π₯
https://github.com/awalhossainofficial/restful-api-aith-raw-nodejs
crud-operations frameworkless nodejs nodejs-api nodejs-modules twilio-sms-api user-validation
Last synced: about 1 month ago
JSON representation
Built applications in raw NodeJs with no frameworks, and no external libraries π₯
- Host: GitHub
- URL: https://github.com/awalhossainofficial/restful-api-aith-raw-nodejs
- Owner: awalhossainofficial
- License: mit
- Created: 2022-06-26T12:39:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T05:57:55.000Z (over 3 years ago)
- Last Synced: 2025-06-12T16:14:57.999Z (12 months 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.