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

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 πŸ”₯

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.