Simple messaging service
- JavaScript 78%
- CSS 14.9%
- HTML 7.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| web | ||
| .env.example | ||
| .gitignore | ||
| banner.png | ||
| index.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
About
Mia is a simple messaging service.
It consists of a single channel to send messages to.
You are fully anonymous: anyone can choose any username.
Run
Make sure you have npm and nodejs installed (or whatever npm-compatible runtime you like). You will also need a MariaDB server with a database and account set up for Mia.
- Copy
.env.exampleto.envand set the DB password, username, etc - Run
npm ito install every required NodeJS dependencies - Simply run
npm startto start the server!
You can for example register a Systemd service to keep Mia running in the background.