Giter VIP home page Giter VIP logo

otrtalk's Introduction

##OTRTALK p2p off-the-record chat for nodejs

OTRTALK is a command line based chat application. Unlike most instant messenger applications it doesn't rely on centralised servers. Instead it utilises a DHT (Distributed Hash Table) similar to BitTorrent, called telehash.

There is also experimental support for discovery of buddies over mainline BitTorrent DHT network. Other discovery protocols will be added in future, with more focus towards privacy preserving protocols.

Install otrtalk with NPM

npm -g install otrtalk

Use sudo if necessary:

sudo npm -g install otrtalk

Read the Tutorial to get started.

How it works

otrtalk is built using three main components:

  • TeleHash: DHT a real-time and fully distributed p2p application/services discovery protocol.
  • ENet: a robust network communication layer on top of UDP.
  • OTR: off-the-record messaging (encryption, authentication, forward secrecy)

Using the TeleHash protocol we locate a peer which is also actively trying to connect to us. TeleHash attempts to traverse NATs, opening a path to our peer. A reliable UDP connection is then established using the ENet protocol. An OTR conversation is then started to securely exchanged messages.

otrtalk currently only supports synchronous two-party messaging, (both parties must be online at the same time to exchange messages).

Privacy & Security

  • otrtalk does NOT anonymise your connection with the remote party in any way.
  • otrtalk uses the OTR protocol to offer end to end encryption, authentication and forward secrecy.
  • chat messages are exchanged directly between the peers.
  • chat messages are not relayed through or stored on any servers.

otrtalk's People

Contributors

mnaamani avatar

Watchers

James Cloos avatar Lucas avatar  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.