blob: d41d4bc0496b5e04a30a8d9a6cb161fe456f5b52 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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.
The client-server protocol is documented in `protocol.md`; however, for
security, clients should always connect through either the SSH proxy or the
websocket proxy behind an SSL terminator.
|