Skip to content

fatlotus/isis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Isis Node.js Framework

Isis is a Rails-like template-building framework for developing multiuser applications with Node.js and client-side Javascript.

Getting Started

Simply put ./script/isis in your $PATH, and run isis create, like so:

$ isis create .
  ./app
  ./app/client
  ./app/server
  ./app/shared
W ./app/handler.js
W ./launch.js
$ 

Isis can now be run with node launch, like so:

$ node launch
... long pause, ended with CTRL-C ...
$ 

Contributing

You are welcome to fork the code and submit reports, as necessary.

About

Isis is a framework for building interactive Node.JS applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published