build status github badge

This commit is contained in:
Benjamin Sergeant 2020-02-23 09:46:08 -08:00
parent 4a9b0b9dfd
commit c96abcef1c

View File

@ -1,6 +1,6 @@
## Hello world ## Hello world
![Build status badge](https://travis-ci.org/machinezone/IXWebSocket.svg?branch=master) ![Build status](https://github.com/machinezone/IXWebSocket/workflows/unittest/badge.svg)
IXWebSocket is a C++ library for WebSocket client and server development. It has minimal dependencies (no boost), is very simple to use and support everything you'll likely need for websocket dev (SSL, deflate compression, compiles on most platforms, etc...). HTTP client and server code is also available, but it hasn't received as much testing. IXWebSocket is a C++ library for WebSocket client and server development. It has minimal dependencies (no boost), is very simple to use and support everything you'll likely need for websocket dev (SSL, deflate compression, compiles on most platforms, etc...). HTTP client and server code is also available, but it hasn't received as much testing.