Good ways to save data across multiple node servers (Other than Replit database))

Hi there, I was wondering what ways there were to save data across all node js servers of one repl, because from what I know replit creates multiple. Does FS work for this? Are there any other / better ways?

If the Repl is hosted, there will only be one server, otherwise, there is no way (that I know of) to get around this issue.

Yes persistant file systems work for hosted repls. There isn’t really a better way then just use a FS because … other options cost… money

1 Like