This project forked form github.com/goniltalk/niltalk some function changed (roomPage disposeRoom login webSocketHandler) for new stack version support
Passed by Go 1.7.1
April 2015; License: AGPL3
Niltalk is a simple, private, persistence-free web based multi-room chat server + client written in Go that uses Websockets for communication.
go get github.com/goniltalk/niltalk
You can download the package dependencies by switching to the niltalk directory in your GOPATH and running go get ./...
- Have a Redis instance running
- Configure the necessary values in
config.json - Execute
./runin theniltalkdirectory in your GOPATH (You may have to set the permission to 755 by doingchmod 755 ./run)