gap.js

0.6.24 • Public • Published

Isomorphic MVC framework for developing Web applications built on OOP patterns

Example

const Server = require('gap.js/server');
const Router = require('gap.js/router');
 
Router.get('/', function(req, res) {
    res.send('Hello world');  
});
 
Server.run();

Installation

npm install gap.js --save

Features

  • Robust routing
  • HTTP helpers (redirection, caching, etc)
  • Executable for generating applications quickly

Docs

Docs

License

MIT

Package Sidebar

Install

npm i gap.js

Weekly Downloads

1

Version

0.6.24

License

MIT

Unpacked Size

260 kB

Total Files

122

Last publish

Collaborators

  • leggnom