Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hakata

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hakata

Proxy (in progress)

  • 1.0.14-alpha
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by900%
Maintainers
2
Weekly downloads
 
Created
Source

Hakata

npm version dependency Status devDependency Status download github download npm month license

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.

License

MIT

Keywords

FAQs

Package last updated on 02 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc