You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
I've decided to go twisted-based with bottle for web APIs and such, simply because I know how to use these.
Base framework: Twisted
Web framework: Bottle
Storage: MongoDB and Yaml
Mongo and Yaml have proven to be strong contenders for storage and configuration. I may end up providing an SQL option for storage as well, so that people that don't have Mongo servers but may want to help us by hosting a node can do so without setting up Mongo as well.
Speaking of distributed hosting, we'll also want to look at ways of keeping servers in sync. Take a look at #2 for that.
The text was updated successfully, but these errors were encountered:
I've decided to go twisted-based with bottle for web APIs and such, simply because I know how to use these.
Mongo and Yaml have proven to be strong contenders for storage and configuration. I may end up providing an SQL option for storage as well, so that people that don't have Mongo servers but may want to help us by hosting a node can do so without setting up Mongo as well.
Speaking of distributed hosting, we'll also want to look at ways of keeping servers in sync. Take a look at #2 for that.
The text was updated successfully, but these errors were encountered: