jaspervdj / websockets

A Haskell library for creating WebSocket-capable servers
http://jaspervdj.be/websockets
BSD 3-Clause "New" or "Revised" License
405 stars 112 forks source link

add client-example executable #234

Closed domenkozar closed 6 months ago

domenkozar commented 7 months ago

I've removed a bunch of dependencies for examples that aren't needed and removed the bounds (as they are already enforced in the library itself and not used beyond the simple type imports).

jaspervdj commented 6 months ago

Thanks!