Skip to content

feat: replace polling with WebSocket for real-time updates (#160)#181

Open
viktrified wants to merge 1 commit intoritik4ever:mainfrom
viktrified:feat/websocket-realtime-updates
Open

feat: replace polling with WebSocket for real-time updates (#160)#181
viktrified wants to merge 1 commit intoritik4ever:mainfrom
viktrified:feat/websocket-realtime-updates

Conversation

@viktrified
Copy link
Copy Markdown

What I worked on

  • Replaced 5-second polling mechanism with WebSocket-based real-time updates
  • Improved responsiveness and reduced unnecessary network requests

Changes made

  • Removed interval-based polling logic
  • Implemented WebSocket connection handling
  • Added real-time state updates from server events

Notes

  • Assumes backend WebSocket endpoint is available
  • Improves performance by reducing repeated API calls
  • Open to feedback on connection handling and edge cases

Closes #160

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 25, 2026

@viktrified is attempting to deploy a commit to the ritik4ever's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

[wave4][frontend] Replace 5-second polling with WebSocket for real-time updates

1 participant