User to user chat

Does anyone have a good idea how I can do user to user chat in my Meteor application? Peer to peer or via server is fine but I’d like to completely avoid the database (minimongo is ok). I’m open to third party services too - just want to get this implemented quickly/efficiently.

1 Like

Look here

Thanks. I guess I’ll give the custom protocol package a try as I haven’t found a better option.