Messenger server for the Crimata platform
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-01-19 10:42:03 -06:00
.gitignore update .gitignore 2021-01-19 10:12:11 -06:00
agent.py db 2020-12-21 12:00:32 -06:00
db.py db 2020-12-21 12:00:32 -06:00
mail.py db 2020-12-21 12:00:32 -06:00
mailroom.py working v1 2020-11-21 14:43:17 -06:00
main.py working v1 2020-11-21 14:43:17 -06:00
message.py db 2020-12-21 12:00:32 -06:00
README.md Update README.md 2021-01-19 10:42:03 -06:00
server.py minor improvments 2020-12-15 15:30:42 -06:00
session.py db 2020-12-21 12:00:32 -06:00
typs.py minor improvments 2020-12-15 15:30:42 -06:00

Messenger

Rudimentary messenger server for the Crimata platform

Crimata has a messenger application built in. This is a backend for that application, allowing users to talk/text eachother (the real one is private). It is a clean and simple implentation of a messenger service.