Skip to content

Shows how to use websockets to communicate between C# and C++ applications

Notifications You must be signed in to change notification settings

Kyr27/tcp-websocket-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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