An application that allows multiple users to connect and code a modular program simultaneously. It also has the capability of compiling and executing Java code using JRE.
You will be prompted to select a folder after you run the program, this is the folder that will be used to store all the codes you write (Think of this as your project folder).
Note that to connect two users, their computers must be connected to the same network. This application sets no upper limit to the number of users that can connect to one server, but when multiple (more than 3) users are editing the same file simultaneously, the position of the text cursor might lose control.
For more details, see the built-in tutorial (located at CodeTogether/src/Data/tutorial.txt), this will also be displayed within the program.
