Exemplo n.º 1
0
 public static async Task CreateServer()
 {
     await WebSocketServer.Server(8081, ConnectionHandler);
 }