RatchetS2
RatchetS2
This functionality is a very good idea for dynamic http responses. But to be clear, it should not be used to serve static files. For static files you have to...
I updated the body parsing example, you should get better performance. "unoptimized code" was maybe not the right word, I was talking about the size of the code. As these...
> We don't optimize for size, we optimize for speed. And examples should show the best way for speed. If you want to optimize for size, use Express. I see,...
I have updated the examples, again, they are now even simpler.
Had the same problem but in production only, with random disconnections on upgrade. The problem seems to be with `ws.send()` either directly in open handler or asynchronously. So i think...