iris/websocket
2019-01-25 23:47:31 +02:00
..
AUTHORS Update to version 8.5.5 | Read HISTORY.md 2017-11-02 05:54:33 +02:00
client.go Update to version 11.0.1. Feature request implemented: https://github.com/kataras/iris/issues/1113 2018-10-28 01:19:22 +03: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.min.js Minified the client.js using UglifyJs 2018-07-30 14:27:28 +05:30
client.ts Another new feature: websocket controller, for real 2017-12-20 17:56:28 +02:00
config.go Update to version 11.0.1. Feature request implemented: https://github.com/kataras/iris/issues/1113 2018-10-28 01:19:22 +03:00
connection.go examples: update the cors example to be easier for beginners 2018-11-06 04:06:50 +02:00
emitter.go Update to version 11.0.1. Feature request implemented: https://github.com/kataras/iris/issues/1113 2018-10-28 01:19:22 +03: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 Update to version 11.0.1. Feature request implemented: https://github.com/kataras/iris/issues/1113 2018-10-28 01:19:22 +03:00
server.go websocket: replace sync.Map with custom map[string]*connection. Add translate template function example. Fix ctx.HandlerName() does not return the end-dev-defined current route's name, this will give better warnings when using MVC in a wrong way 2019-01-25 23:47:31 +02:00
websocket.go Do not create the global configuration in homedir by-default, as, correctly, requested on chat. Use iris.WithGlobalConfiguration with a pre-defined iris.yml file on your home directory, existing users will not have any issues, new one will have to create the file before 2018-03-27 09:59:29 +03:00