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

Add real time support #17

Closed
josephmancuso opened this issue Feb 18, 2018 · 0 comments
Closed

Add real time support #17

josephmancuso opened this issue Feb 18, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@josephmancuso
Copy link
Member

josephmancuso commented Feb 18, 2018

Masonite, being a framework that will be much better than django when it comes to writing modern applications, needs real time support for web applications.

Out of the box there needs to be 2 drivers, Pusher and a more local websocket approach like tornado or something.

This solution needs to be DEAD simple and should look something like:

def show(self, Socket):
    Socket.broadcast('channel1', message)
    Socket.broadcast(['channel1', 'channel2'], message)
    Socket.broadcast('*', message)
    Socket.broadcast_group('group1', message)
@josephmancuso josephmancuso self-assigned this Feb 18, 2018
@josephmancuso josephmancuso added the enhancement New feature or request label Feb 18, 2018
@josephmancuso josephmancuso added this to the Roadmap milestone Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant