The \BlueLaTeX server and web client that allows people to collaboratively write LaTeX documents with real-time synchronization.
http://www.publications.li/blue runs \BlueLaTeX.
\BlueLaTeX is free open-source software, which offers you several advantages. It is still under heavy development but our goals are the following:
- as a user:
- you can have your own instance, running on your server, and keep your data at home,
- it offers you a clear Restful API which allows for interoperability, to integrate the service with your favorite \LaTeX editor,
- it is designed to be part of a distributed system, so you can scale up by adding more instance
- you can share it as your want (according to the licence, of course).
- as a developer:
- it uses a convergent synchronization protocol based on mobwrite, designed to be easy to distribute,
- it is implemented in a modular (but not too modular) way, so that you can easily add new features,
- you can modify it to your need, and integrate it in your own solution (according to the licence, of course).
We are actively looking for contributors, please contact us and send pull requests if you are interested!
\BlueLaTeX is composed of several modules that are distributed over several folders:
blue-commoncontains the commons utilities and registers global services. This includes the Http server, the logging service, configuration loader, actor system, ...blue-corecontains the core server features, such as the core Rest Api to manage users, sessions and paper synchronization,blue-compilecontains the compilation server features,blue-synccontains the scala implementation of the synchronization server,blue-mobwritecontains the mobwrite binding to provide the synchronization implementation that simply delegates all requests to a running mobwrite daemon,blue-launchercontains only the blue daemon launcher class (used to launch the test server),blue-testcontains the high level scenarios,blue-webcontains the web client for \BlueLaTeX,srccontains the test configuration and data used by the test server and the test scenarios.
\BlueLaTeX uses sbt as build system and dependency manager. Building \BlueLaTeX can be done by simply typing sbt compile in a console.
For more details, if you have problems to install dependencies or to build and package \BlueLaTeX, please refer to the documentation
