I don't like the fact that the Tux logo is linked to http://linux.com Should be http://kernel.org as linux.com has a spammy feeling..
Telepat: Real-Time, Open Source Data Sync
11–20 of 37 posts
Re: Telepat: Real-Time, Open Source Data Sync
#12Looks really awesome!
Re: Telepat: Real-Time, Open Source Data Sync
#13Looks really awesome!
Re: Telepat: Real-Time, Open Source Data Sync
#14Like your usecase for implementing 1 to 1 chat, is there any chance you are adding examples to the repo. Would love to see how it can be implemented.
Re: Telepat: Real-Time, Open Source Data Sync
#15Re: Telepat: Real-Time, Open Source Data Sync
#16Hey everyone, one of the founders here! We've written a blog post that pretty much sums up our vision on real time infrastructures and our drive for this product. Have a look: http://blog.telepat.io
:)
Re: Telepat: Real-Time, Open Source Data Sync
#17Just curious: How is this different from the MQTT ecosystem?
Re: Telepat: Real-Time, Open Source Data Sync
#18mainly ability to sync changes made offline on clients back to server and handle conflicts?
Re: Telepat: Real-Time, Open Source Data Sync
#19looks great - will you been adding offline support? mainly ability to sync changes made offline on clients back to server and handle conflicts?
Re: Telepat: Real-Time, Open Source Data Sync
#20Just curious: How is this different from the MQTT ecosystem?
Good question, we get this asked a lot (usually in relation with companies such as PubNub or Pusher.io). It's different in a number of ways: - it's compatible with any number of protocols (we call them transports). Currently, we support websockets, APNS and GCM. MQTT could easily be added as a transport protocol for subscribing to channels - it also handles data aggregation (for example if you have a large number of…