knadh / niltalk

Instant, disposable, single-binary web based live chat server. Go + VueJS.
GNU Affero General Public License v3.0
948 stars 118 forks source link
chat chat-room chat-server communication disposable private-chat private-messaging

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 supports in-memory / file / Redis as the backend for persisting room and session states.

Manual

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