Code Monkey home page Code Monkey logo

hacktunnel's Introduction

HackTunnel

HackTunnel is web-based peer-to-peer chat software for anonymous and encrypted communication. Chat messages are encrypted twice: with TLS and OTR.

With HackTunnel you won't need any IM applications, just a browser:

  1. Navigate to https://hacktunnel.com or https://hacktunnel.com/your_unique_tunnel_name.
  2. Enter pre-shared passphrase (highly recommended) and click "Start".
  3. Share your browser's url address with your friend.

And here you go, chat room is created and ready to use.

HackTunnel is fully open sourced and licensed under AGPL. You can easily set up your own instance of HackTunnel and communicate with your friends securely!

How to setup your own server

Required OS: Linux or FreeBSD with Redis, NodeJS and Go language installed.

go get github.com/nats-io/gnatsd
cp nats-server.conf.sample nats-server.conf
gnatsd -c nats-server.conf &
redis-server &
make get-deps
make
cp hacktunnel.conf.sample hacktunnel.conf
make run

Navigate to http://localhost:2000

See comments in hacktunnel.conf.sample for setting up server parameters.

Plans

  • Add optional nicknames/usernames support
  • Add WebRTC support for video/voice conferencing
  • Support chat rooms for more than 2 peers
  • Support for majority of browsers (including browsers for mobile devices)
  • Button for changing current chat background

License

AGPL 3

hacktunnel's People

Contributors

ro31337 avatar

Watchers

Mhd Sami Al Mouhtaseb avatar satnami-bot 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.