0.0.5 • Published 6 years ago

gateserverauth v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Gateway Server + Authenticator

Under development...

Usage

// require gateserver
const {TGateServerAuth} = require('gateserver-auth');

// create server instance
const server = new TGateServerAuth;

// load module definition
server.Modules = {
  "mock-test": {
    "host": "http://localhost:3000"
  }
};

// start server on port 8080
server.listen(8080);
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago