Fork me on GitHub
#pedestal
<
2020-07-06
>
dangercoder18:07:17

How scalable are websockets with Pedestal and Jetty? Is it fully "non-blocking"?

3
dangercoder18:07:38

found my answer, seems to be based on nio and some issues with blocking behaviour was resolved by e.g send-async and more functions.

ddeaguiar20:07:16

@UBN9SNVB4 keep in mind that you have full control over how websockets are implemented. You can provide your own start fn, listener implementation if you have specific needs

dangercoder20:07:40

thanks, i'll keep that in mind