Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 654 Bytes

File metadata and controls

8 lines (6 loc) · 654 Bytes

tcp-websocket-demo

This repository shows how to use websocket-sharp as a C# client, and websocketpp as a C++ server, all while (probably, not tested) staying cross-platform. This method allows you to effectively communicate between two different applications that both use different languages.

Dependencies

The C# side uses websocket-sharp, so you might need to install that (you can get it via nuget package manager). The C++ side relies on asio and websocketpp, both of which are included already so no need to install anything