Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orbitdb/orbit
A distributed, serverless, peer-to-peer chat application on IPFS
https://github.com/orbitdb/orbit
chat distributed ipfs orbit p2p
Last synced: 2 months ago
JSON representation
A distributed, serverless, peer-to-peer chat application on IPFS
- Host: GitHub
- URL: https://github.com/orbitdb/orbit
- Owner: orbitdb-archive
- License: mit
- Archived: true
- Created: 2015-11-04T17:27:25.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T14:42:52.000Z (over 3 years ago)
- Last Synced: 2024-08-12T21:27:52.076Z (3 months ago)
- Topics: chat, distributed, ipfs, orbit, p2p
- Homepage:
- Size: 37.3 MB
- Stars: 1,637
- Watchers: 89
- Forks: 117
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - orbitdb/orbit - A distributed, serverless, peer-to-peer chat application on IPFS (ipfs)
README
# Orbit
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/orbitdb/Lobby) [![Matrix](https://img.shields.io/badge/matrix-%23orbitdb%3Apermaweb.io-blue.svg)](https://riot.permaweb.io/#/room/#orbitdb:permaweb.io)
> A distributed, serverless, peer-to-peer chat application on [IPFS](http://ipfs.io).
If you're here, you're probably looking for:
- [**orbit-db**](https://github.com/orbitdb/orbit-db) - The decentralized databases project
- [**orbit-web**](https://github.com/orbitdb/orbit-web) - The current repository behind Orbit Chat, a p2p chat running on orbitdb.No work is currently being done in this repository.
#### Try the web app at https://orbit.chat
**NOTE!** _Orbit is still more or less experimental. It means Orbit is currently **not secure**, APIs will change and clients can break over time. If you come across problems, it would help greatly to open issues so that we can fix them as quickly as possible._
## Clients
**Browsers**
Orbit chat application for the browsers.
https://github.com/orbitdb/orbit-web
**Desktops**
A desktop version of the Orbit chat application that can be run as a stand-alone app in OSX and Linux. *We're currently working on Windows support.*
https://github.com/orbitdb/orbit-electron
**Terminal**
A prototype of a terminal client.
https://github.com/orbitdb/orbit-textui
## Core Library
### orbit-core
Orbit is intended to be embeddable in applications. `orbit-core` is a JavaScript implementation which can be used in Node.js, Browser and Electron applications and on websites.
[orbit-core](https://github.com/orbitdb/orbit-core)
### orbit-db
A serverless, p2p database built on IPFS. Orbit uses `orbit-db` to have a database for each channel in the chat network.
[orbit-db](https://github.com/haadcode/orbit-db)
### js-ipfs
A new peer-to-peer hypermedia protocol. Orbit uses IPFS as its data storage and [libp2p](https://github.com/libp2p/js-libp2p) to handle all the p2p networking.
- [js-ipfs](https://github.com/ipfs/js-ipfs) - IPFS JavaScript implementation
- [go-ipfs](https://github.com/ipfs/go-ipfs) - IPFS Go implementation
- https://github.com/ipfs/ipfs - IPFS on Github
- https://ipfs.io - IPFS Website## Contributing
We would be happy to accept PRs! If you want to work on something, it'd be good to talk beforehand to make sure nobody else is working on it. You can reach us on [on Gitter](https://gitter.im/orbitdb/Lobby), or in the comments of the [issues section](https://github.com/orbitdb/orbit/issues). At the moment, progress in this particular repo is on hold. PRs are unlikely to be merged, and the issues are a bit stale.
We also have **regular community calls**, which we announce in the issues in [the @orbitdb welcome repository](https://github.com/orbitdb/welcome/issues). Join us!
For specific guidelines for contributing to this repository, check out the [Contributing guide](CONTRIBUTING.md). For more on contributing to OrbitDB in general, take a look at the [@OrbitDB welcome repository](https://github.com/orbitdb/welcome). Please note that all interactions in [@OrbitDB](https://github.com/orbitdb) fall under our [Code of Conduct](CODE_OF_CONDUCT.md).
## License
[MIT](LICENSE) © 2015-2018 Protocol Labs Inc., 2018-2019 Haja Networks Oy