Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keshiba/super-chat
- Owner: keshiba
- License: apache-2.0
- Created: 2022-10-09T14:23:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T05:49:57.000Z (12 months ago)
- Last Synced: 2024-11-11T09:04:26.136Z (3 months ago)
- Topics: cursive, cursive-rs, p2p, peer-to-peer, rust
- Language: Rust
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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