Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

meyer1994/p2p-chat

Repository files navigation

P2P Chat

build standard-readme compliant

To learn libp2p

Table of Contents

About

This is a simple hobby project used to create a distributed chat application on top of libp2p. It is very limited.

⚠️ All your messages are public. Anyone connected to the topic used will receive all the messages published to it.

Install

This project uses vue for the frontend. Sakura, because I am lazy. And libp2p for all the communication stuff.

npm install

Usage

To run the development server:

npm run serve

It will start a server on localhost:8080. It should connect to the live version on the repo's page.