IXWebSocket/docs
Martin Natano db7057de69
Add support for streaming transfers (#353)
This change adds onChunkCallback to the request. If defined it will be
called repeatedly with the incoming data. This allows to process data on
the go or write it to disk instead of accumulating the data in memory.
2022-01-31 21:54:32 -08:00
..
build.md Update build.md 2021-09-29 12:15:31 -07:00
CHANGELOG.md Feature/11.4.0 (#344) 2022-01-05 10:43:18 -08:00
design.md Edit doc about thread safety, fix #350 2022-01-28 16:27:45 -08:00
index.md Update index.md 2021-11-24 09:02:42 -08:00
packages.md generate a compilation database when building with make for the default target, so that clang-tidy can be used 2020-04-22 14:14:09 -07:00
performance.md (ws) Add a new ws sub-command, push_server. This command runs a server which sends many messages in a loop to a websocket client. We can receive above 200,000 messages per second (cf #235). 2020-08-02 12:41:34 -07:00
usage.md Add support for streaming transfers (#353) 2022-01-31 21:54:32 -08:00
ws.md remove ixbots / ixsnake / ixcobra / ixredis (which should go in their own standalone project 2020-12-25 15:32:15 -08:00