Skip to content

A multi-room disposable chat service written in Go that uses WebSockets for live communication.

License

Notifications You must be signed in to change notification settings

jamesrealweb3/niltalk

 
 

Repository files navigation

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

Niltalk

http://niltalk.com

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.

Installation

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 ./...

Usage

  • Have a Redis instance running
  • Configure the necessary values in config.json
  • Execute ./run in the niltalk directory in your GOPATH (You may have to set the permission to 755 by doing chmod 755 ./run)

About

A multi-room disposable chat service written in Go that uses WebSockets for live communication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 46.6%
  • CSS 21.2%
  • JavaScript 17.9%
  • HTML 14.3%