hakata
v1.0.14-alpha
Published
Proxy (in progress)
Downloads
15
Readme
Hakata
Hakata is a service registry build primarily on Node.js/io.js, integrated with Tourniquet.
Proxy Reverse with Registry Service by Vou de Ônibus.
Table of contents
Quick start
Several quick start options are available:
- Clone the repo:
git clone https://github.com/voudeonibus/Hakata.git
. - Install with npm:
npm install hakata
.
Starting
var Hakata = require('hakata');
Hakata({
port: 9090,
tourniquet_port: 5000,
tourniquet_host: '127.0.0.1'
});
Options
- port: Hakata port | default: 9090
- tourniquet_port: port of tourniquet | default: 5000
- tourniquet_host: host of tourniquet | default: 127.0.0.1
- request: function to customize rule of proxy | optinal
Note
You can configure all options as environment variables in UpperCase(eg: TOURNIQUET_PORT), except the parameter port and request, that as environment variables should be TOURNIQUET_HOST
Bugs and feature requests
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, Hakata is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.