https://github.com/dennisappiah/web-server
A low-level implementation of a node webserver that accepts requests via HTTP
https://github.com/dennisappiah/web-server
http-server socket-programming web-server
Last synced: 2 months ago
JSON representation
A low-level implementation of a node webserver that accepts requests via HTTP
- Host: GitHub
- URL: https://github.com/dennisappiah/web-server
- Owner: dennisappiah
- License: gpl-3.0
- Created: 2024-07-14T14:43:28.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-14T17:06:36.000Z (10 months ago)
- Last Synced: 2025-01-18T18:31:31.341Z (4 months ago)
- Topics: http-server, socket-programming, web-server
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this?
A low-level implementation of a node webserver that accepts requests via HTTP
## How to run this?
1. Run the server on port 8050 eg. `node server.js `.