Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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