Skip to content

bcoe/mobius-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobius-JS

Mobius-JS is an MIT-Licensed JavaScript web-framework built on top of Visionmedia’s Express.

Installation

./build.sh

Note the current bleeding edge version of Node.js has been having trouble on some systems. To get around this, you can install it from a tarball

wget http://nodejs.org/dist/node-v0.1.93.tar.gz

tar -xvf node-v0.1.93.tar.gz

cd node-v0.1.93

./configure

make

install

At this point you should have a working copy of Mobius-JS and its dependent libraries.

node scripts/generate.js controller example

Creates an example controller and view.

node scripts/server.js

Run an instance of the server.

http://localhost:8080/example

View the example page.

About

MVC Web-Framework for JavaScript using Node.js and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published