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
For simple metaverse-server setup, implement a storage backend that does not require MongoDB but rather uses just the filesystem.
Stretch goal would be an object storage backend (S3, ...) but real requirement is for simple, one-thing-to-install-and-build server solution.
The text was updated successfully, but these errors were encountered:
One solution for this might be using run-time installable MongoDB that has been developed for testing. Several projects exist for NodeJS that install and run MongoDB on demand. This was developed for test suites but the mechanism could be used for an easy MongoDB that is persisted in the filesystem.
For simple metaverse-server setup, implement a storage backend that does not require MongoDB but rather uses just the filesystem.
Stretch goal would be an object storage backend (S3, ...) but real requirement is for simple, one-thing-to-install-and-build server solution.
The text was updated successfully, but these errors were encountered: