Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 354 Bytes

File metadata and controls

13 lines (9 loc) · 354 Bytes

http_server

Sockets FFI demo on port 8080. Accepts clients in a spawned thread; type quit on stdin to close the listen socket and exit.

cd examples\http_server
..\..\target\release\ion-build.exe build
.\target\http_server.exe

In another terminal: curl http://127.0.0.1:8080/

Build artifacts land in target/ (not committed).