# Processing Module ## Dependencies java.utils.* ## Server installation One jar file will be there for the main server and one for board server, user just need to run the main server jar file, board server will be started by the main server only (assuming only processing has server to start). **Note** Main Server and Board Server jar file should be present at the location. ```java /* run the main server jar file */ java -jar MainServer.jar ``` ## Contribute in processing module * Add the documentation in `Specs/Processing` folder. * In case of addition to existing feature, there are tests in `src/tests` package. Please run them! Otherwise add integration test in `src/tests`. * Along with coding guidelines, also follow the folder structure in the module. File names for all the folders are self explanatory and contains doc string for better understanding.