UNPKG

foxy-proxy

Version:

A Proof of Capacity proxy which supports solo and pool mining upstreams.

9 lines (8 loc) 281 B
const HttpSinglePortTransport = require('./http-single-port'); const HttpMultiplePortsTransport = require('./http-multiple-ports'); const SocketIoTransport = require('./socketio'); module.exports = { HttpSinglePortTransport, HttpMultiplePortsTransport, SocketIoTransport, };