https://github.com/radhirasho/simple-web-server
Explores implementation of a bare bones web server for educational purposes.
https://github.com/radhirasho/simple-web-server
bun http http-server nodejs typescript web-server
Last synced: about 1 year ago
JSON representation
Explores implementation of a bare bones web server for educational purposes.
- Host: GitHub
- URL: https://github.com/radhirasho/simple-web-server
- Owner: RadhiRasho
- Created: 2024-11-19T20:50:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-19T20:56:21.000Z (over 1 year ago)
- Last Synced: 2025-01-21T02:41:28.003Z (about 1 year ago)
- Topics: bun, http, http-server, nodejs, typescript, web-server
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-web-server
Explores implementation of a bare bones web server for educational purposes.
> *What I cannot create, I do not understand — Richard Feynman.*
## Resources Used
- [Code Mentor](https://www.codementor.io/@ziad-saab/let-s-code-a-web-server-from-scratch-with-nodejs-streams-h4uc9utji): Followed step by step