An open API service indexing awesome lists of open source software.

https://github.com/thomasleavy/peer-to-peer-chat-application

This repository contains a peer-to-peer chat application that I built using Node.js. It uses various installations, including discovery-swarm, crypto, portastic, dat-swarm-defaults and readline.
https://github.com/thomasleavy/peer-to-peer-chat-application

chat-application crypto distributed-systems javascript nodejs npm peer-to-peer portastic readline

Last synced: about 1 month ago
JSON representation

This repository contains a peer-to-peer chat application that I built using Node.js. It uses various installations, including discovery-swarm, crypto, portastic, dat-swarm-defaults and readline.

Awesome Lists containing this project

README

          

# Peer-to-Peer Chat Application
This is my implementation of a peer-to-peer chat application that I built using Node.js. It uses various dependencies, like readline, crypto, portastic, discovery-swarm, and dat-swarm-defaults.

# Includes
- decentralised peer-to-peer chat
- unique user IDs
- port ranges that are changeable
- messaging in real-time

# Please install node.js on system to operate
- npm install
- npm start
- npm install (dependency names, i.e. crypto - "npm install crypto", etc.)