typeintandem / tandem

Typing in Tandem. Decentralized, cross-editor, collaborative text-editing!
Apache License 2.0
696 stars 20 forks source link

question: plan for a web client? #134

Closed monperrus closed 6 years ago

monperrus commented 6 years ago

Is there a plan to have Javascript web client? Is that on the roadmap?

rageandqq commented 6 years ago

Hi @monperrus , thanks for the interest in Tandem! Our team is overwhelmed by the positive response we've received from the community.

We currently have a lot of outstanding issues that we want to address first before adding on other editors ourselves, so it will take a while for us to circle back to this. Additionally, we originally built Tandem as a native solution. Given that Tandem's current architecture requires the ability for a plugin to spawn a local agent process (something that is restricted by browsers for security reasons) and we'd have to rethink how Tandem is built in order to support this.

That being said, if you are interested in developing a plugin for Tandem and somehow getting it to run on the web, we'd be delighted to help out along the way and welcome pull requests. We wrote a guide to aid in developing Tandem plugins. Check out our wiki: https://github.com/typeintandem/tandem/wiki/Interacting-with-the-Tandem-Agent

monperrus commented 6 years ago

Thanks for your answer!