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
Install
npm i emailjs-tcp-proxy
Weekly Downloads