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

Basic Gateway #29

Open
15 of 17 tasks
bitfl0wer opened this issue Jul 3, 2024 · 0 comments · Fixed by #32
Open
15 of 17 tasks

Basic Gateway #29

bitfl0wer opened this issue Jul 3, 2024 · 0 comments · Fixed by #32

Comments

@bitfl0wer
Copy link
Member

bitfl0wer commented Jul 3, 2024

Tracking issue for Gateway support.

Description

A basic, performant gateway server implementation which provides a WebSocket connection to clients.

Related to #8.

This gateway implementation should be able to send arbitrary messages to clients, so that the required behavior for being Spacebar-compatible can be implemented.

Tasks

  • Implementing a heartbeat handler
  • Initiating a connection (handshake)
  • Removing Resume for now: Gateway Resume #47
  • Building and sending a Ready event
  • Events via WebSocket #48
    • Modify event subscription state from HTTP API side
    • Load subscriptions on initial server startup
    • On new user connect, add subscriptions to global store
  • Implementing the main gateway handle
  • Cleanup and refactors
@bitfl0wer bitfl0wer self-assigned this Jul 17, 2024
@bitfl0wer bitfl0wer linked a pull request Sep 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant