iris/websocket
2019-02-23 18:35:29 +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 some cleanup, and remove the test 'testwebocket2' package at all; A lower-level fast websocket impl based on gobwas/ws will be published on a different repo, it is a WIP 2019-02-22 21:24:10 +02:00
connection.go remove websocket's connection's temp storage, as it was deprecated for quite long time (we have access to Context().Values() now) 2019-02-23 18:35:29 +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 some cleanup, and remove the test 'testwebocket2' package at all; A lower-level fast websocket impl based on gobwas/ws will be published on a different repo, it is a WIP 2019-02-22 21:24:10 +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 Context.ResponseWriter.IsHijacked to report whether the underline conn is already hijacked and a lot of cleanup and minor ws stress test example improvements 2019-02-23 07:23:10 +02:00
websocket.go add Context.ResponseWriter.IsHijacked to report whether the underline conn is already hijacked and a lot of cleanup and minor ws stress test example improvements 2019-02-23 07:23:10 +02:00