cavalion-server
v0.4.10
Published
Cavalion (Development) Server
Downloads
6
Readme
cavalion-server
A restify and/or express based server serving the following services, applications and resources:
- /code - Coding in the browser
- /fs - CRUD interface to part of the file system
- /home - /fs statically served (temporary hack)
- /shared - some shared resources (to be refactored)
Installation
Perform the following commands in your favorite shell:
$ git clone https://github.com/relluf/cavalion-server.git
$ cd cavalion-server
$ npm install
$ ./first-run
$ node src/server-express
Now open http://localhost:44710/code in your favorite browser to start coding in the browser.