Publisher | Frozen Mist |
---|---|
File size | 4.85MB |
Number of files | 29 |
Latest version | 1 |
Latest release date | 2022-01-03 01:25:14 |
First release date | 2019-10-15 01:42:08 |
Supported Unity versions | 2018.4.2 or higher |
-> -> -> FM WebSocket 2.0(TCP) is avaliable now, please check it out!
*Live Stream Examples in Full Package >> FMETP STREAM
Webpage | Main Forum | Youtube | Twitter | Facebook
FM WebSocket provides you a simple, flexible networking solution using WebSocket. It's one of the easiest WebSocket Solution in Asset Store. Demo node.js server is included with ease.
+ New Experiment
- Expose SslProtocols: Ssl2, Ssl3, Tls, Tls11, Tls12
- Above options can be set via FMSocketIOManager, when enabled Ssl option.
+ Core feature WebSocket via node.js + socket.io
step 1) installation tutorial: setup node.js server in 2 mins
step 2) run the demo!
>> Simple Send & Receive with Message or Byte[]
>> Server <=> Clients
>> General Send Type: All, Server, Others
>> All Written in C#, easy to modify if necessary.
+ Cross Platforms
iOS/Android/Mac/PC/WebGL/HTML/VR/AR/HoloLens
+ Networking With Simple Commands
>> SendToAll / Server / Others ("Hello World");
>> SendToAll / Server / Others (byte[]);
>> FMSocketIOManager.instance.SendToAll("Hello World");
>> Example of customised send: Emit();
>> Example of customised receive: On();
For customised socket.io event: Step-by-Step guide
+ Add-On feature
Supported Query String in socket.io(Experiment)
+ Add-On feature
Added "Demo_WebSocketEchoTest" scene as an example of compatibility with Regular Echo Test:
Support: [email protected]
#######################
This asset uses 1) websocket-sharp under The MIT License (MIT);see Third-Party Notices.txt file in package for details.