arunoda / meteor-streams

Realtime messaging for Meteor
http://arunoda.github.io/meteor-streams
MIT License
287 stars 97 forks source link

client2client, WRTC, p2p ? #24

Open shtefcs opened 9 years ago

shtefcs commented 9 years ago

Hi there Arunoda,

I started following your work recently and u are amazing guy with lot of good open source codes. Tnx.

I have question. Recently I started using meteor for my projects, and planning for long time to use some WRTC/p2p code to have no server side chat on my app.

Is this that kind of chat ? Where u done need server resources ? If yes, can that be live video chat between clients/users directly and not wasting server resources ?

Stefan Peace,

mitar commented 8 years ago

I wrote about WebRTC support in Meteor here: https://github.com/MeteorCommunity/discussions/issues/77

shtefcs commented 8 years ago

Tnx :+1: