Websocket Transport for Unity. Supports standalone server, standalone client, and webgl client.SimpleWebTransport is a low level Websocket transport used by many network libraries including Mirror, Fishnet and MirageThe package is open source under MIT License. The github repo can be found here: https://github.com/James-Frowen/SimpleWebTransportTested up to 500 CCU in movement heavy game!UsageFor a guide on how to use see the README on githubBugs?Please report any bugs or issues HereIncludes:c# websocket serverc# websocket clientweblgl (jslib) websocket clientSupports WebSocket secure to encrypt messagesThis allows for tcp communication between unity instances. The c# websockets dont depend on untiy and can also be used in standalone .NET