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

fix sequence diagram lines #1909

Open
alixander opened this issue Apr 14, 2024 · 0 comments
Open

fix sequence diagram lines #1909

alixander opened this issue Apr 14, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@alixander
Copy link
Collaborator

shape: sequence_diagram

client: Client Server
reverst: Reverst Tunnel
user: End User

registration handshake: {
  client -> reverst.handshake: RegisterListenerRequest
  reverst.handshake -> client: RegisterListenerResponse
}

tunnelled request: {
  user -> reverst.req: Request
  reverst -> client.req: Request
  client.req -> reverst: Response
  reverst.req -> user: Response
}
Screenshot 2024-04-14 at 10 10 20 AM

source

@alixander alixander added the good first issue Good for newcomers label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant