Collaborative Text Editor

Paramjit Oberoi p_s_oberoi at hotmail.com
Thu Jul 15 10:10:16 EDT 2004


> I'm thinking of implementing a real-time collaborative text editor in Python
> using Twisted. An initial plan is to use a Twisted PB server daemon that
> accepts user:password:file connections from text editor clients to make
> changes to a specified file on the server, and have the text editor clients
> update their local copies of the file based on local user input or input
> entered from other users, relayed via the server.

Also take a look at SubEthaEdit:

http://www.codingmonkeys.de/subethaedit/index.html



More information about the Python-list mailing list