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

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.

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