An open API service indexing awesome lists of open source software.

https://github.com/durydevelop/dwebsocket

cross-platform WebSocket library based on IXWebSocket and emscripten
https://github.com/durydevelop/dwebsocket

cpp cross-platform emscripten wasm websocket

Last synced: 12 months ago
JSON representation

cross-platform WebSocket library based on IXWebSocket and emscripten

Awesome Lists containing this project

README

          

# DWebSocket
DWebSocket is a C++ library built on top of [IXWebSocket](https://github.com/machinezone/IXWebSocket) with emscripten implementation for Web Assembly.

## Features
- Cross-platform: works on Windows, Linux, Linux Arm and Web Assembly.
- Ready to use **WebSocket Server** class.
- Ready to use **WebSocket Client** class.

## Dependencies
* [emscripten](https://emscripten.org/)
* [IXWebSocket](https://github.com/machinezone/IXWebSocket)

## How to use