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

Feature: Ability to use WebSockets for Server-to-Client communications #395

Closed
Badgerati opened this issue Oct 22, 2019 · 0 comments
Closed
Assignees
Milestone

Comments

@Badgerati
Copy link
Owner

Describe the Feature

There should be support in Pode for WebSockets, which will enable ongoing communications from the server to clients via open sockets.

  • Should be a server type that can work in parallel with the current web-server types.
    ** For now, it won't be a stand-alone server type
  • Keep sockets open for communication to all, by path, or by some ClientId
  • New Send-PodeSignal function to broadcast a message to select clients

Additional Context

Client to server will be done in a different issue.

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

No branches or pull requests

1 participant