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

Features: Websockets, Public query of message without data #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

otobongfp
Copy link
Contributor

  • Client-side tracks message hashes and checks relay for new message via web-socket.
  • Use and address and hash to get the metadata of a transaction without the data.

@otobongfp otobongfp requested a review from jasny October 30, 2024 14:30
@jasny
Copy link
Member

jasny commented Oct 30, 2024

Relay should be able to effortlessly serve many client apps (wallets). The overhead of holding many connections open is unnecessary since new messages are infrequent (this is not a chat app).

Instead use the If-Modified-Since header so the server can respond with 304 Not Modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants