EdgeMultiplay (Unity Multiplayer Solution)
Jan 7, 2021
We just released an OpenSource Multiplayer server and client, for Multiplayer experiences and we called it EdgeMultiplay.
The server is a NodeJS server that uses UDP and WebSockets and it works with an easy to build Unity C# Client.
Check the server code
https://github.com/mobiledgex/edge-multiplay-node-server/
and the server documentation
https://mobiledgex.github.io/edge-multiplay-node-server
The Unity C# client code
The Unity C# Documentation