IXWebSocket/README.md

10 lines
601 B
Markdown
Raw Normal View History

2019-08-27 06:55:00 +02:00
## Hello world
2018-09-27 23:56:48 +02:00
2019-08-27 06:55:00 +02:00
![Alt text](https://travis-ci.org/machinezone/IXWebSocket.svg?branch=master)
2018-09-27 23:56:48 +02:00
2019-08-27 06:55:00 +02:00
IXWebSocket is a C++ library for WebSocket and HTTP client and server development. It has minimal dependencies (no rabbit holes), is very simple to use and support everything you'll likely need.
2018-09-27 23:56:48 +02:00
2019-08-27 06:55:00 +02:00
It is been used on big video game titles sending and receiving tons of messages since 2017.
2018-09-27 23:56:48 +02:00
2019-08-27 06:55:00 +02:00
Interested ? Go read the [docs](https://bsergean.github.io/IXWebSocket/site/) ! And if it doesn't work as expected, please create an issue in github, or even better a pull request if you know how to fix your problem.