diff --git a/README.md b/README.md index 45b0c1edb..e88313ab3 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,6 @@ # Geppetto Frontend -This module contains the frontend of Geppetto which includes the visualization 3D engine (using the awesome [three.js](https://github.com/mrdoob/three.js/)), all the javascript magic and the servlet which is used to connect to the backend using WebSocket. - -For more information related to this bundle please refer to the documentation below: -- [Geppetto Extensions tutorial](http://docs.geppetto.org/en/latest/build.html) -- [Geppetto Widgets tutorial](http://docs.geppetto.org/en/latest/widgets.html) -- [Lightspeed Search Customization](http://docs.geppetto.org/en/latest/spotlightcustom.html) -- [Control Panel Customization](http://docs.geppetto.org/en/latest/controlpanelcustom.html) +This module contains the server-side Websocket and REST API Java implementation. The Geppetto application you wish to deploy to your Java backend needs to be cloned inside this repository under `src/main/webapp`. For information about how this fits into [Geppetto](http://www.geppetto.org/) refer to the umbrella project [org.geppetto](https://github.com/openworm/org.geppetto) on GitHub.