toy (and probably insecure) messenger
Go to file
randomuser d597f5d4fc add a simple async message capability 2023-05-24 09:27:35 -05:00
secmsg add a simple async message capability 2023-05-24 09:27:35 -05:00
.gitignore add a proper gitignore 2023-05-16 21:49:47 -05:00
Dockerfile docker ftw 2023-05-16 22:34:19 -05:00
LICENSE add licensing terms 2023-05-16 22:44:26 -05:00
Makefile add simple multiclient websocket server 2023-05-06 21:04:47 -05:00
README.md add some documentation 2023-05-17 08:25:08 -05:00

README.md

secmsg

toy encrypted messenger

to build: docker build -t secmsg . to run: docker run --expose 5000 --network="host" secmsg

license

licensed under the gnu agpl license. see LICENSE for details

copyright 2023 randomuser