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.exeIn another terminal: curl http://127.0.0.1:8080/
Build artifacts land in target/ (not committed).