This package has been deprecated

Author message:

This project is no longer maintained. Please reach out if you want to hop on as a maintainer.

emailjs-tcp-proxy

1.0.2 • Public • Published

emailjs-tcp-proxy

Tunnels tcp connections to socketio without TLS termination

Usage as library to use in your own services

import attachProxy from 'emailjs-tcp-proxy'
import express from 'express'
import { Server } from 'http'
 
const server = Server(express())
server.listen(12345, () => {
  attachProxy(server)
})

Usage as standalone

git clone git@github.com:emailjs/emailjs-tcp-proxy.git
cd emailjs-tcp-proxy
PROXY_PORT=1234 npm start

/emailjs-tcp-proxy/

    Package Sidebar

    Install

    npm i emailjs-tcp-proxy

    Weekly Downloads

    2

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • felixhammerl