Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-built Server-Side Key/Value/Data Storage #171

Open
Enverex opened this issue Mar 4, 2025 · 0 comments
Open

In-built Server-Side Key/Value/Data Storage #171

Enverex opened this issue Mar 4, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Enverex
Copy link
Contributor

Enverex commented Mar 4, 2025

Is your feature request related to a problem?

It would be very useful for the server to have global persistent storage for data that you'd need users to be able to read/write to with as little latency as possible.

Describe your preferred solution

Honestly not sure the best way to implement this, only that easily accessing/writing global data (and local data) is the goal. Thinking more along the lines of key/val storage rather than sizable data storage.

Describe any considered alternatives

A self-implemented API would be fine for general data storage but having something built in to the server itself would result in much lower latency which may be critical for some situations, it would also allow for better user/authentication handling as reading/writing would remain internal.

Additional Context

No response

@Enverex Enverex added the enhancement New feature or request label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants