I want to create an app for some simple multiplayer game but I don't know how to create websocket server in Flutter. Any ideas?
I want to create an app for some simple multiplayer game but I don't know how to create websocket server in Flutter. Any ideas?
You could use the SocketServer class (TCP). I have used this for a similar problem.
For a more complete answer, take a look at: Using Flutter App to run SocketServer and communicate with other phone via Socket