You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use FireLoop with Loopback. But I don't understand, how can I define event name for user subscribe in index.html. I found sample project the following. Can it be done with FireLoop?
client.on('[POST]/api/rooms', function (room) {
console.info('Room ', room);
});
// subscribe for new messages in the room with Id 1
client.on('[POST]/api/rooms/1/messages', function (message) {
console.info('Message ', message);
});
The text was updated successfully, but these errors were encountered:
aokudan
changed the title
Fireloop socket on handle
Fireloop socket.on event handle
Oct 12, 2018
Hello all,
I want to use FireLoop with Loopback. But I don't understand, how can I define event name for user subscribe in index.html. I found sample project the following. Can it be done with FireLoop?
https://github.com/mean-expert-official/loopback-component-realtime/blob/master/tests/client/index.html
The text was updated successfully, but these errors were encountered: