... is a server- and client-side framework built ontop following features:
- Client-side routing
- Templating
- Communication between client and server
- Static server
- Server-side session-storage
- Internationalization (soon)
... is as simple as cloning, installing and running.
git clone git://github.com/Acconut/superstack-skeleton.git myapp
cd myapp
npm install
npm start
See superstack's testing.