Closed margaretjoanmiller closed 5 years ago
Awesome! Could you provide an example with aleph? I'm not sure where to throw the (aleph/websocket-connection req)
function
If you create a new Duct project with:
lein new duct foo +web +example
Or:
lein new duct foo +web +example +ataraxy
Then you'll see an example of how to fit a handler into a Duct project. The actual specifics of how to get the websocket vary between the different adapters, so you'll need to consult their documentation.
Does this project support websockets (either only through jetty or through other servers as well)? If not, could support be added?