You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: