angular / ngSocket

WebSocket support for angular
Apache License 2.0
204 stars 25 forks source link

Sending message from the mockBackend #30

Open michaelsharpe opened 9 years ago

michaelsharpe commented 9 years ago

Is there any way to send a message from the mock backend to the client? Amy application is, currently,. receiving on way messages from the server to the client, and I would like to be able to test that functionality.

Thanks!