eidheim / Simple-WebSocket-ServerLinks
A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.
☆814Updated 7 years ago
Alternatives and similar repositories for Simple-WebSocket-Server
Users that are interested in Simple-WebSocket-Server are comparing it to the libraries listed below
Sorting:
- The C++ Network Library Project -- cross-platform, standards compliant networking library.☆2,023Updated 2 years ago
- A short and sweet WebSocket client for C++☆799Updated last year
- C++ client for making HTTP/REST requests☆1,611Updated last year
- Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.☆1,991Updated 2 months ago
- C++ library for creating an embedded Rest HTTP server (and more)☆943Updated this week
- C++ framework for json-rpc (json remote procedure call)☆983Updated 2 years ago
- C++ library for asynchronous non-blocking communication with RabbitMQ☆934Updated 7 months ago
- C++14 evented IO libraries for high performance networking and media based applications☆1,352Updated 3 years ago
- SQLite3++ - C++ wrapper of SQLite3 API☆632Updated 2 years ago
- C++ wrapper around libcURL☆1,787Updated 2 weeks ago
- A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio.…