/ping

Barebones, anonymous chat platform as a web server using SQLite and Rust with a growing ecosystem of clients to choose from.

Primary LanguageRust

Check Build Docker Image

ping

Barebones, anonymous chat platform as a web server using SQLite and Rust.

Usage

In order to use ping, you will need some sort of client to interact with the server as ping is only a web server. As it has a very limited API, building your own client shouldn't be too difficult, if you're into programming. If not, you can look out for other people's clients or use one of the following:

Host it yourself with Docker

docker pull ghcr.io/angelsflyinhell/ping:latest
docker run -dp 80:80 --mount source=ping-db,target=/usr/src/data/ --name ping ghcr.io/angelsflyinhell/ping:latest  

Develop your own client

You can find the API documentation here. Finished clients can be added to the list above by creating a pull request.