From 733e35de1ff6af579ec920c5c0d14e0261ec229f Mon Sep 17 00:00:00 2001 From: Andrew Gundersen <53452154+gundersena@users.noreply.github.com> Date: Tue, 19 Jan 2021 10:37:14 -0600 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba52bef --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Messenger + +Rudimentary messenger server for the Crimata platform + +Crimata has a messenger application built in. This is the backend for that application, allowing users to talk/text eachother. + +While running this code as is would probably be pointless, it is a clean and simple implentation of a messenger service. -- 2.43.0