1
0
Fork 0
forked from External/ergo

WebSocket layer to be able to connect "web" client

Currently working with a mini irc js implem, the flow:

* PASS
* NICK
* USER
* JOIN
* PRIVMSG

works and the ping/pong timeout keep the communication open.
This commit is contained in:
Niels Freier 2015-05-04 09:47:26 +04:00
parent 89bdb8a321
commit 6a69a65860
4 changed files with 95 additions and 1 deletions

View file

@ -23,6 +23,7 @@ type Config struct {
PassConfig
Database string
Listen []string
Wslisten string
Log string
MOTD string
Name string