Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echtoplasm/p2pmessenger
p2p messaging using channels and containers
https://github.com/echtoplasm/p2pmessenger
channels daphne django docker docker-compose dockerfile postgresql postgresql-database python twisted
Last synced: about 2 months ago
JSON representation
p2p messaging using channels and containers
- Host: GitHub
- URL: https://github.com/echtoplasm/p2pmessenger
- Owner: echtoplasm
- Created: 2024-10-12T19:37:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T19:50:01.000Z (3 months ago)
- Last Synced: 2024-10-29T19:53:30.108Z (2 months ago)
- Topics: channels, daphne, django, docker, docker-compose, dockerfile, postgresql, postgresql-database, python, twisted
- Homepage:
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p2pMessenger
A django project for my portfolioI've working on making this HIPPA compliant messenging service with django, I got in kind of deep with making
patient/provider models as well as profile pages almost in the vain of social networking.I've decided to take a step back and take a more modular approach by making an encrypted messenging application first
and then building the service from there.The hopes for this project is that I can eventually turn it into a HIPPA compliant chatbot with healthcare documenting
capabilities. This would save a lot of time and money in the health care world.The next commit I make to this will be in a new branch, with progress on the messenging capabilities of this service.