Skip to content

[feature] Implement WebSocket Endpoint to Stream Location Updates #663

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

Open
dee077 opened this issue May 15, 2025 · 0 comments
Open

[feature] Implement WebSocket Endpoint to Stream Location Updates #663

dee077 opened this issue May 15, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request gsoc-idea

Comments

@dee077
Copy link
Contributor

dee077 commented May 15, 2025

Feature Description

Create a new WebSocket endpoint that streams real-time location updates for devices with mobile coordinates. This will ensure the frontend receives location changes as they happen.

Approach

  • Define a new Django Channels WebSocket endpoint.
  • Use Django’s post_save signal on the Location model to trigger a push to the WebSocket with updated data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gsoc-idea
Development

No branches or pull requests

1 participant