jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
294 stars 15 forks source link

Websocket #40

Open z1fire opened 2 months ago

z1fire commented 2 months ago

Need websocket implementation

Deecellar commented 2 months ago

Websocket local state:

bobf commented 2 months ago

Awesome work, tell me if there's anything I can do to help, otherwise I'll just leave you in peace to work away on it. : )

zigster64 commented 1 week ago

Now that jetzig is sitting on http.zig - this includes very good websocket integration (as well as SSE)

So jetzig now supports this, although the dev would have to reach down to the lower level calls to make use of it.

If someone (maybe the OP) wants to expand on how you would like to see websocket API presented and used within jetzig, Im happy to help out