feathersjs / feathers-chat

A Feathers real-time chat application
https://feathersjs.com
MIT License
506 stars 249 forks source link

Private Chat Example? #63

Open markheramis opened 7 years ago

markheramis commented 7 years ago

Hello,

First of all, this is a great framework, and i like this example. But i'd be nice if a private chat is implemented with it (if possible). tnx.

daffl commented 7 years ago

There are some references for this in https://docs.feathersjs.com/faq/readme.html#how-do-i-create-channels-or-rooms. A private message is pretty much the same as a room/channel.