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

https://github.com/windowsnt/websocketcontrol


https://github.com/windowsnt/websocketcontrol

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# WebInterface
A way for Windows apps to be remotely controlled by a Web Interface using WebSockets

CodeProject article: https://www.codeproject.com/Articles/5331019/Web-Controlling-a-Win32-App-using-WebSockets

#
This is an example on how the WebSocket.h API can be used - https://docs.microsoft.com/en-us/windows/win32/api/websocket/
It runs a simple Win32 application that can send messages to a HTTP client (Web Browser) via WebSockets are receive them as well.