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

Sharing #195

Open
susuhahnml opened this issue Nov 4, 2024 · 0 comments
Open

Sharing #195

susuhahnml opened this issue Nov 4, 2024 · 0 comments
Labels

Comments

@susuhahnml
Copy link
Collaborator

If we want to share a clinguin page we could facilitate some things.

Instruction steps on how to share using a server that runs locally

I was using ngork, perhaps we can facilitate this in another way.

Start options

  • Having two options when starting a server: single session and multi session

Multi Session

Each client that starts can be saved in some socket/cache to have a single identifier that is a attached to a single backend.
This way, each client would have an individual session that is independent.

Single Session

A single backend is used for all possible client sessions. We need to idnentify the sessions and let them know in case the UI is updated by another session.

It also would require some sort of error response if you make a request but you don't have the latest version. This should block upcoming requests and give some information message that the operation was not executed due to an outdated version.

@github-project-automation github-project-automation bot moved this to ❗️To do in Clinguin Nov 4, 2024
@susuhahnml susuhahnml mentioned this issue Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🕒Backlog
Development

No branches or pull requests

1 participant