Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/keshiba/super-chat

A peer to peer chat application using libp2p
https://github.com/keshiba/super-chat

cursive cursive-rs p2p peer-to-peer rust

Last synced: 22 days ago
JSON representation

A peer to peer chat application using libp2p

Awesome Lists containing this project

README

        

[![Rust](https://github.com/keshiba/super-chat/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/keshiba/super-chat/actions/workflows/rust.yml)

# SuperChat (WIP)

- Just a sandbox application to explore the features of Libp2p

Libp2p is a library that lets you develop peer-to-peer applications rather easily. It was developed as part of the Inter Planetary File System (IPFS - a decentralized file system) and was later extracted out as an separate library for general use