mean-expert-official / loopback-component-realtime

The LoopBack Component that turns this great framework into a powerful real-time platform
MIT License
30 stars 17 forks source link

Implement Bidirectional IO #7

Closed jonathan-casarrubias closed 8 years ago

jonathan-casarrubias commented 8 years ago

This API should work to communicate from either server or client to both server and clients. Basically anyone can send messages across, not just top down

jonathan-casarrubias commented 8 years ago

https://github.com/mean-expert-official/loopback-component-pubsub/issues/10

jonathan-casarrubias commented 8 years ago

This is implemented in the Backend but requires to be integrated with the SDK Builder before closed.