Git Product home page Git Product logo

nodejs-p2p-chat's Introduction

P2P-Chat

This is a chat application based on P2P network with no-one tracking the messages in between. It is a fully secured as one else can view the messages between a peer connection. This is built on npm modules mostly written by me.

###Usage: For user one to open the connection

node peer.js <user1> <user2>

Then for user2 to connect to this:

node peer.js <user2> <user1>

Also works for group messaging, just simply put your name as arg[2] and add other usernames from arg[3]. Example:

node peer.js <your name> <otheruser1> <otheruser2> <otheruser3>

โš ๏ธ Username is the unique thing and no two users can have same username at an instance, error message will thrown if that happens

๐Ÿ‘‰ This runs on NodeJS, so make sure you have it and NPM too

Run this commands to install the packages if they aren't working well

npm install lookup-multicast-dns
npm install fully-connected-topology
npm install duplex-json-stream
npm install stream-set
npm install hash-to-port
npm install register-multicast-dns

nodejs-p2p-chat's People

Contributors

spirtskhalava avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.