Langenium
This is the repository for the Langenium server codebase. Content is provided by assets exported from the Langenium Universe repo into the /public folder
| Folder | Description |
|---|---|
| Controllers | Server application logic |
| Models | Currently mapped to Mongo, will be replaced by a json managing class called Data |
| Public | Currently static files, will need to think about how to integrate Universe exported files with 3rd party files like THREE.JS |
| Routes | Expose server based routes including data points, authentication paths and socket connections |
| Styles | Stylus files for the web client |
| Views | Jade templates for the web client |