Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 211 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 211 Bytes

EDP examples

http-server-async

A very simple async http server. To try it out:

cd http-server-async
make run

When the server is running, you can connect to it through:

wget localhost:8080