Closed this issue 11 years ago · 1 comments
If the URI starts with ws:, the server shall upgrade the request to an instance of WebSocket (dart:io) automatically. For example,
ws:
new StreamServer(uriMapping: { socket.listen((evt) { socket.add("Server received: $evt"); }); return socket.done; }).start();
Ready in 5eed2e4