iris/websocket
2019-02-18 04:42:57 +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 websocket: from 1k to 100k on a simple raspeberry pi 3 model b by using a bit lower level of the new ws lib api and restore the previous sync.Map for server's live connections, relative: https://github.com/kataras/iris/issues/1178 2019-02-18 04:42:57 +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