Writing a UDP/TCP socket library using the Higgs FFI. This would make it possible to write a simple HTTP client and/or server that runs inside of Higgs, as well as other networked applications. The library should internally rely on the BSD sockets API, which will be accessed through the FFI library.
Writing a UDP/TCP socket library using the Higgs FFI. This would make it possible to write a simple HTTP client and/or server that runs inside of Higgs, as well as other networked applications. The library should internally rely on the BSD sockets API, which will be accessed through the FFI library.