sockii

0.10.0 • Public • Published

sockii

Build Status

HTTP and WebSocket aggregation thinlayer, which acts as a proxy between a frontend UI and multiple backend HTTP services.

See this blog post for more info.

Installing

Install it via npm:

npm install -g sockii

Or by downloading the repository and building it with npm:

git checkout https://github.com/serverdensity/sockii.git
cd sockii
npm install

Usage

The documentation is a work in progress, but for now you can look at the example config for pointers on how to configure the app.

Basic usage, if system installed:

cd $MYAPPDIR
sockii --help
sockii -c ./myapp.json

If using a local build:

cd sockii
./bin/sockii --help
./bin/sockii -c $MYAPPDIR/myapp.json

/sockii/

    Package Sidebar

    Install

    npm i sockii

    Weekly Downloads

    1

    Version

    0.10.0

    License

    none

    Last publish

    Collaborators

    • 1stvamp
    • serverdensity