aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dda64d4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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.