-1

using angularfire seed i would like to know if there is any tutorials about making a private chat between users something like in facebook. you pic a user and then you can chat with him.

please let me know about any resources in this topic. using firebase and angularjs.

user5064821
  • 23
  • 2
  • 5
  • If you want open source approach, you can try researching on websocket library like Socket.io and persist the data using MongoDB – geckob Jul 02 '15 at 14:09

1 Answers1

4

I recommend you to check out this great tutorial by thinkster.io

Learn to build a Real-Time Slack clone with AngularFire

rmuller
  • 1,837
  • 12
  • 12