/MLAPI.WebSockets

WebSocket wrapper that runs both nativley and in WebGL for Unity.

Primary LanguageC#MIT LicenseMIT

MLAPI.WebSockets

MLAPI.WebSockets is a wrapper library that can wrap around websocket-sharp for native platforms or around the browsers JS interface for WebGL. Note that MLAPI.WebSockets is not an actual WebSocket implementation and will have all limitations of the two underlying wrapped implementations.

The implementation is based on Unitys implementation and these articles: Article 1, Article2.

Server functionality is only avalible through the native implementation and cannot be ran in the web browser. This is due to security restrictions put in place by modern web browsers.