IXWebSocket/docs
Andreas Hausladen b5cf33a582
Introduction of IXWebSocketSendData (#347)
* Introduction of IXWebSocketSendData that makes it possible to not only send std::string but also std::vector<char/uint8_t> and char* without copying them to a std::string first.

Add a sendUtf8Text() method that doesn't check for invalid UTF-8 characters. The caller must guarantee that the string only contains valid UTF-8 characters.

* Updated usage.md: sendUtf8Text() and IXWebSocketSendData
2022-01-10 10:34:24 -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 Update design.md 2021-11-24 09:00:23 -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 Introduction of IXWebSocketSendData (#347) 2022-01-10 10:34:24 -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