typeintandem / tandem

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

Add plugin bindings to allow for "direct connections" #99

Open geoffxy opened 6 years ago

geoffxy commented 6 years ago

The agent still supports the ConnectTo message, but the vim/neovim plugins no longer send it because we use the hole punching messages.

It may be useful to have a plugin binding that sends this message so we can establish a "direct connection" (e.g. for debugging or if your editing group members are all routable under a private network). This will also require the plugin to display the port number that it's listening on.

rageandqq commented 6 years ago

Sublime also no longer sends / accepts the ConnectTo message as of https://github.com/geoffxy/tandem/pull/105 .