mhzed / wstunnel

tunnel over websocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i run this within code instead of global

CurralesDragon opened this issue · comments

I need to run within a node app, so instead of calling globally can i do something like:

const wstunnel = require('wstunnel')
wstunnel(....)

?