iris/_examples/websocket/go-client
2019-02-19 22:49:16 +02:00
..
client improve client test, I think we are OK, both gorilla(websocket) and ws(websocket2) have the same API, it's time to combine them but first let's give a lower level of api available for users if they want to manage the routines by theirselves (i.e on unix they can use netpolls manually) 2019-02-19 22:49:16 +02:00
server use the same connection structure for both client and server-side connections interfaces, the 'Connection' interface could be changed to 'ServerConn' but this would produce breaking naming change to the iris users, so keep it as it's. 2019-02-10 17:16:43 +02:00