iris/websocket
Gerasimos Maropoulos 5dc8cbcefc websocket: expose Connection#Write in favor of https://github.com/kataras/iris/issues/976
Former-commit-id: 74cba9b2bfb4d5cc874eba3330dc9c7bad2ffac5
2018-04-25 13:40:40 +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.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: expose Connection#Write in favor of https://github.com/kataras/iris/issues/976 2018-04-25 13:40:40 +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 Handle non-WS connections in WS handler with no panic 2018-03-10 19:31:40 +04: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