karlseguin / websocket.zig

A websocket implementation for zig
MIT License
302 stars 28 forks source link

Need websocket client support #10

Closed wasabia closed 1 year ago

wasabia commented 1 year ago

Is there a plan to support it?

karlseguin commented 1 year ago

I never even thought of it. But yes, I think that makes sense. Shouldn't be too hard. Give me a couple days maybe.

karlseguin commented 1 year ago

There's a branch now that passes all of the mandatory autobahn tests: https://github.com/karlseguin/websocket.zig/tree/client

Documentation is https://github.com/karlseguin/websocket.zig/tree/client#client

Would love feedback if you have the opportunity.