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:
parent
89bdb8a321
commit
6a69a65860
4 changed files with 95 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ type Config struct {
|
|||
PassConfig
|
||||
Database string
|
||||
Listen []string
|
||||
Wslisten string
|
||||
Log string
|
||||
MOTD string
|
||||
Name string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue