iris/websocket
2019-02-19 22:49:16 +02:00
..
AUTHORS Update to version 8.5.5 | Read HISTORY.md 2017-11-02 05:54:33 +02:00
client.js websocket: dupl the client js lib for cdns as requested by: https://github.com/kataras/iris/issues/1047 2018-07-25 04:46:31 +03:00
client.js.go add iris websocket client side for Go and a simple chat example 2019-02-09 04:28:00 +02:00
client.min.js Minified the client.js using UglifyJs 2018-07-30 14:27:28 +05:30
client.ts add iris websocket client side for Go and a simple chat example 2019-02-09 04:28:00 +02:00
config.go add websocket client stress test, passed and update the vendors (this commit fixes the https://github.com/kataras/iris/issues/1178 and https://github.com/kataras/iris/issues/1173) 2019-02-14 03:28:41 +02:00
connection.go 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
emitter.go add websocket client stress test, passed and update the vendors (this commit fixes the https://github.com/kataras/iris/issues/1178 and https://github.com/kataras/iris/issues/1173) 2019-02-14 03:28:41 +02:00
LICENSE add a code snippet as a very simplistic overview and update the license dates from 2017 to 2017-2018 2017-12-31 06:45:12 +02:00
message.go add websocket client stress test, passed and update the vendors (this commit fixes the https://github.com/kataras/iris/issues/1178 and https://github.com/kataras/iris/issues/1173) 2019-02-14 03:28:41 +02:00
server.go add websocket client stress test, passed and update the vendors (this commit fixes the https://github.com/kataras/iris/issues/1178 and https://github.com/kataras/iris/issues/1173) 2019-02-14 03:28:41 +02:00
websocket.go add websocket client stress test, passed and update the vendors (this commit fixes the https://github.com/kataras/iris/issues/1178 and https://github.com/kataras/iris/issues/1173) 2019-02-14 03:28:41 +02:00