6 ms·
Interesting. How are you deploying the server side environment?
by popup21 7y ago
Interesting. How are you deploying the server side environment?
- ollerac 7y agoIt's an open source Node.js app, so you can deploy yourself it to any host with a persistent file system. No 3rd party database required -- it uses a file-based architecture to make it easier to get started with and modify the data. Its goal is to be simpler and easier to work with than anything else out there. There's also a built-in CLI that can deploy to our free hosting service, which is built on top of Digital Ocean.