4
Can we use Github as free cloud storage?
(programming.dev)
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
If you’re mostly looking to build a front end you can use the chatmail core library to handle all message delivery and profile creation. That way you instantly tap into the hundreds (if not thousands) of chatmail relays people are already running and as a bonus you can be compatible with other chatmail messengers like Delta Chat, Arcane Chat, etc.
Thanks! I haven't come across chatmail before. I'll take a look there and see how it works.
With git, I like that there are many providers with a free-tier. It'll make it easier to get started. Although it seems this way of using git could be against ToS.
Git changes are accumulative so not great for messengers because the server should only temporarily store the message until the other client has fetched it.