Giter Site home page Giter Site logo

ksmaheshkumar / tcp-over-websockets Goto Github PK

View Code? Open in Web Editor NEW

This project forked from derhuerst/tcp-over-websockets

0.0 0.0 0.0 13 KB

Tunnel TCP through WebSockets.

Home Page: https://tcp-over-websockets-abvntgfmzf.now.sh

License: ISC License

JavaScript 100.00%

tcp-over-websockets's Introduction

tcp-over-websockets

Tunnel TCP through WebSockets. Access anything you want, even from a crappy WiFi which only allows HTTPS.

Note: chisel is probably the same thing but better.

npm version ISC-licensed chat on gitter

tunneling client

npm install -g tcp-over-websockets
tcp-over-websockets --tunnel wss://example.org --target github.com:22 --port 8022

This will expose github.com:22 on localhost:8022, tunneled through example.org. example.org is the tunneling server.

Works like ssh -N -L 8022:github.com:22 [email protected], except that it's TCP over WebSockets instead of TCP over SSH.

tunneling server

npm i -g tcp-over-websockets
tcp-over-websockets-server

There's a public server running at wss://tcp-over-websockets-abvntgfmzf.now.sh, powered by now โค.

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.

tcp-over-websockets's People

Contributors

derhuerst avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.