aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: dda64d4e436f75336554e7bc83076260e81279fe (plain)
1
2
3
4
5
6
# tomsg

tomsg is a simple chat server with a couple of clients: a webpage, a
[weechat](https://weechat.org/) plugin and an Android app. Its main interface
is over a TCP socket, but there is a websocket bridge to support web access.
There is basically no security. The storage backend is an SQLite database.