juliendsv / niltalk

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Niltalk

http://niltalk.com

April 2015; License: AGPL3

Niltalk is a simple, secure, 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 simple multi-room disposable chat service written in Go that uses WebSockets for communication.

License:Other


Languages

Language:Go 46.2%Language:CSS 21.4%Language:JavaScript 18.0%Language:HTML 14.3%Language:Perl 0.1%