joewalnes / websocketd

Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.
http://websocketd.com/
BSD 2-Clause "Simplified" License
17.14k stars 1.01k forks source link

How to change framesize? #445

Open Qsilver97 opened 6 months ago

Qsilver97 commented 6 months ago

Since websocketsd is so cool, was surprised I could not find how to change the framesize. Have some large JSON that is being broken up and would be much easier to have a bigger framesize

Thanks!