Skip to content
/ niltalk Public
forked from knadh/niltalk

Instant disposable live chat room server written in Go

License

Notifications You must be signed in to change notification settings

mh2727/niltalk

 
 

Repository files navigation

Niltalk

Niltalk is a web based disposable chat server. It allows users to create password protected disposable, ephemeral chatrooms and invite peers to chat rooms. Rooms can be disposed of at any time.

niltalk

Installation

Niltalk requires a Redis instance to persist room and session states.

Manual

  • Download the latest release for your platform and extract the binary.
  • Run ./niltalk --new-config to generate a sample config.toml and add your configuration.
  • Run ./niltalk and visit http://localhost:9000.

Docker

The official Docker image niltalk:latest is available here. To try out the app, copy docker-compose.yml and run docker-compose run niltalk.

Customisation

The static HTML/JS/CSS assets can be customized. Copy the static directory from the repository, change the files, and do: ./niltalk --static-dir=/path/to/custom/static

This is a complete rewrite of the old version that had been dead and obsolete for several years (can be found in the old branch). These codebases are not compatible with each other and master has been overwritten.

Licensed under AGPL3

About

Instant disposable live chat room server written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 45.4%
  • JavaScript 22.0%
  • CSS 20.1%
  • HTML 11.0%
  • Makefile 1.3%
  • Dockerfile 0.2%