An emergency, quick-setup, no requirements messenger to use when you cannot access the internet.
First setup a folder on the server and upload the server binary, along with
the static
and templates
folder(All available in the release bundle).
To run it, you just need to upload the binary to the server and run:
PORT=4000 ./emsgkas
you can use the msgkas.service
as an example to setup a systemd service. To do so, follow the steps below
- Copy
emsgkas.service
to/etc/systemd/system
- Edit the WorkingDirectory, Executable, and PORT(optional)
- Run the following commands to enable and start the service
sudo systemctl enable emsgkas
sudo systemctl start emsgkas
- Scroll to bottom
- HTTPS
- WS ping pong
- Local storage message history and message ids
- file upload
- Emojis