SimpleWebTransport is a low-level Websocket transport used by various network libraries. It is open source under the MIT License. The package is designed for use in Unity projects, including standalone servers, clients, and WebGL clients. It allows for TCP communication between Unity instances and supports WebSocket secure connections for encrypting messages.
Includes:
- C# WebSocket server
- C# WebSocket client
- WebGL (jslib) WebSocket client
- Supports WebSocket secure connections to encrypt messages
This allows for TCP communication between Unity instances.
The C# WebSockets do not depend on Unity and can also be used in standalone .NET





