kit-clj / kit-clj.github.io

Kit documentation
https://kit-clj.github.io/
20 stars 27 forks source link

Websockets server documentation #43

Closed vemv closed 1 year ago

vemv commented 1 year ago

Hey there!

There doesn't appear to be documentation as for how to serve websockets requests.

It seems easy enough to link to https://github.com/luminus-framework/ring-undertow-adapter/tree/3b27314d3eb040c17a0e8dae081adead4feb844f#websocket-handler which might be all I needed.

Cheers - V

yogthos commented 1 year ago

Oh yeah good catch, let me add that in.

yogthos commented 1 year ago

and have the doc here https://kit-clj.github.io/docs/websockets.html

vemv commented 1 year ago

Cheers! TIL about {:headers for WS, will be handy 🍻