0.2.7 • Published 5 years ago

ac-server v0.2.7

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

ac-server

Install

Usage

ac-server

routes.js

module.exports = {
  upgrade: function(req, socket, head) {
    // probably a websocket connection
  },

  routes: [
    {
      path: '/',
      method: [ 'get', 'post' ], // defaults to 'all'
      fn: function(req, res, next) {
        res.end('Hello World!');
      }
    }
  ]
};
0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago