mobtime icon indicating copy to clipboard operation
mobtime copied to clipboard

Mesh peer to peer network

Open mrozbarry opened this issue 5 years ago • 0 comments

A lot of the problems I've had with maintaining and updating mobtime is that all the data is kept in memory on the server.

I thought I was making a good decision with a memory-managed timer, and I still hold to that - I don't want to store any of your project/details/NDA information in a database, and I want users of mobtime to own their own data.

Moving forward, I'm going to make a radical change; I want all of your data to be managed and shared in your browser, and give you 100% control over who can see/share it.

I'm currently leaning towards PeerJS - after some testing with it on some higher data-performance applications, and some experience with the PeerJS signalling server, I feel confident moving towards this solution.

Some extra benefits could include:

  • Voice chat
  • Data privacy
  • Data resiliency
  • Opt-in web updates

mrozbarry avatar Jun 20 '20 16:06 mrozbarry