资 源 简 介
CIDER (Collaborative Integrated Development EnviRonment) is an application that allows multiple programmers to securely collaborate on one or more source files simultaneously. CIDER works cross-platform (currently tested on Linux (Gnome) and Windows).
The backbone of application communications is the XMPP protocol, this allows CIDER to be used easily across diverse networks by using XMPP"s intrinsic robustness. CIDER incoporates two major components: the Client and the Bot.
The Client side is a GUI application that forms the actual IDE component of CIDER. Multiple Clients connect to a central Bot.
The Bot manages all the edits and source files that are accessed by Clients.
This project is part of a 2nd year Computer Science course, and we are eager for feedback.
Documentation is very sparse at the moment but will be improving in the near future.