togetherly.el
allow multiple clients to edit a single buffer on-line
γγγγ―γΌγ―η΅η±γ§εγγγγγ‘γγγγγη·¨ι
Screencast
Usage
- As a server:
- Open a buffer you want to share.
- Call
M-x togetherly-server-start
and set IP address / port to listen to. - Call
M-x togetherly-server-close
when finished.
If you want to share another buffer with the same members, call
M-x togetherly-server-start
again in that buffer (without closing the server). - As a client:
- Call
M-x togetherly-client-start
and input IP address / port you want to login to. - Kill
*Togetherly*
buffer when finished.
- Call
Limitations
togetherly.el
does not support multiple servers / client per a single Emacs instance (for now).togetherly.el
is not secure at all (for now) so you should not share secret documents.
Bug reporting
Before reporting βconenction errorβ bugs, PLEASE DO :
- confirm that the IP address is reachable (try
ping <addr>
) - check that your firewall setting permits Emacs to use the port
- confirm that simpler servers work fine (EmacsEchoServer for example)