alexander-mathieu / crowdhound_be

Crowdhound connects dog owners with local people that would love the opportunity to chill with a dog for an afternoon or a few days, without having the responsibility 24/7/365.
https://crowdhound.herokuapp.com/
1 stars 1 forks source link

Research Pusher Chatkit #83

Closed chakeresa closed 5 years ago

chakeresa commented 5 years ago

Initial questions:

chakeresa commented 5 years ago

Things we should do on the back end (see https://pusher.com/docs/chatkit/reference/server-ruby, https://github.com/pusher/chatkit-server-ruby/tree/master/examples):

Requests they should be able to do client-side (see https://pusher.com/docs/chatkit/quick_start/javascript):

Permissions we should set globally for a default user (for client side requests), see https://pusher.com/docs/chatkit/roles-and-permissions:

chakeresa commented 5 years ago

Example of JS implementation: https://www.sitepoint.com/pusher-vue-real-time-chat-app/