Niltalk alternatives and similar software solutions
Based on the "Mumble" category.
Alternatively, view Niltalk alternatives based on common mentions on social networks and blogs.
-
RetroShare
Secured and decentralized communication system. Offers decentralized chat, forums, messaging, file transfer. -
Spectrum 2
Spectrum 2 is an open source instant messaging transport. It allows users to chat together even when they are using different IM networks. -
Pushjet
A self hosted push notification service built with a simple API making sending notifications easy. -
Mumblecop
Stream audio from youtube and soundcloud, simulate dice rolls, or write your own commands with a simple plugin format.
Scout APM: A developer's best friend. Try free for 14-days
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Niltalk or a related project?
README
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.
Installation
Niltalk supports in-memory / file / Redis as the backend for persisting 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](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 andmaster
has been overwritten.
Licensed under AGPL3
*Note that all licence references and agreements mentioned in the Niltalk README section above
are relevant to that project's source code only.