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
Update to latest std lib, return socket from handleUpgrade method (#12)
* Update std lib to v0.89.0 for modern compatibility
* Return socket from handleUpgrade method
For compatibility with server frameworks such as abc.
Update to latest std lib, return socket from handleUpgrade method (#12)
Possible to use the exported serve function to spin up a WebSocket server which can handle multiple clients.
Some other functionality might be possible, but don't count on it yet.