Publisher | Firesplash Entertainment |
---|---|
File size | 459.02kB |
Number of files | 25 |
Latest version | 1.3.3 |
Latest release date | 2021-09-14 12:51:06 |
First release date | 2021-01-08 08:55:12 |
Supported Unity versions | 2018.4.2 or higher |
Do you need the newer, more robust Socket.IO v3 or v4? Find our other asset here!
This asset implements an easy to use API for communicating to any socket.io v2.x powered backend like for example NodeJS microservices using the standard On/Emit Methods.
This implementation is heavily tested as we are using it in two of our game projects.
The library supports Receiving and Emitting events with zero or one data parameter (which can be a JSON object) as simple as. JSON-Object-Data which is received from the server is serialized into a string (JSON format). Plain text data is passed through unmodified. Binary payloads are not supported (You can encode them as Base64). ACK is also not supported. This library is ready made for simple Event-Based communication. It is not aiming to be a complete socket.IO implementation. It does not support namespaces.
See the technical details for more information.
Please note that this V2 asset is only receiving bugfixes as of March 2022 because of Socket.IO v2 barely being used anymore. There will be no more features or functions added to this release. You might probably want to switch to our more current V3/V4 asset.
This does not mean, that this asset has functional regressions. It is still working with the feature set as of early 2022.