iris/websocket
Gerasimos (Makis) Maropoulos cc679280ff fast-fix from prev commit
Former-commit-id: 3e1160018eb25cd844785fb951af0d31776df04c
2018-08-08 13:29:01 +03:00
..
AUTHORS Update to version 8.5.5 | Read HISTORY.md 2017-11-02 05:54:33 +02:00
client.go Another new feature: websocket controller, for real 2017-12-20 17:56:28 +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.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 linting, 99% is not fine let's do it 100% 2018-01-04 16:34:04 +02:00
connection.go websocket: fix a bug on emit on specific room when it doesn't exist it sends to all connections caused by a third-party contributor's PR... 2018-05-02 17:47:14 +03:00
emitter.go Another new feature: websocket controller, for real 2017-12-20 17:56:28 +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 notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
server.go fast-fix from prev commit 2018-08-08 13:29:01 +03: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