Skip to content

LegGnom/gap.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published