https://github.com/thebuzzycoder/node-server
Node Server
https://github.com/thebuzzycoder/node-server
Last synced: 11 months ago
JSON representation
Node Server
- Host: GitHub
- URL: https://github.com/thebuzzycoder/node-server
- Owner: theBuzzyCoder
- License: gpl-3.0
- Created: 2018-07-23T19:47:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T19:24:30.000Z (almost 8 years ago)
- Last Synced: 2025-05-22T07:55:29.415Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/theBuzzyCoder/node-server
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-server
A web server written purely in nodejs.
This application is written in nodejs without using any npm modules. Every single block of code is built using node library functions. No external framework used.
The idea is not to use external npm modules and write the server using nodejs only.
## Requirements
- nodejs
- openssl
## Features Built (So far)
- An HTTP/HTTPS server
- Hello World
- (API only) Ability to create a user, update user information, read user information and delete user.
Note: This application doesn't have a front end yet.