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

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

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 `.