Skip to content

File Structure

Jacob Hartman edited this page Oct 15, 2016 · 1 revision

File Structure

  • lib
    • common - Common library
    • controllers - Contains all controllers
    • frontends - Modules for handling requested actions
    • managers - Contains all managers
    • transports - Modules for transports to carry out interactions between a front-end server and the vm server
    • util - Modules for functionality for use in other modules
    • startup.js - Module for the preparation and starting of the frontend server
  • doc - Documentation
  • test - Mocha unit tests
  • test_util - Helper modules for tests
  • config.js - Server configuration
  • frontend-server.js - Main server module

Clone this wiki locally