All Projects → orbitdb → Orbit Web

orbitdb / Orbit Web

Licence: mit
Orbit Web Application

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Orbit Web

Orbit
A distributed, serverless, peer-to-peer chat application on IPFS
Stars: ✭ 1,586 (+637.67%)
Mutual labels:  chat, p2p, ipfs
orbit-core
Orbit communication protocol and library
Stars: ✭ 70 (-67.44%)
Mutual labels:  chat, ipfs, p2p
Ipfs Companion
Browser extension that simplifies access to IPFS resources on the web
Stars: ✭ 1,247 (+480%)
Mutual labels:  p2p, ipfs
Rust Ipfs Api
Rust crate for interfacing with the IPFS API
Stars: ✭ 105 (-51.16%)
Mutual labels:  p2p, ipfs
Dino
Modern XMPP ("Jabber") Chat Client using GTK+/Vala
Stars: ✭ 1,637 (+661.4%)
Mutual labels:  chat, p2p
Js Dag Service
Library for storing and replicating hash-linked data over the IPFS network.
Stars: ✭ 81 (-62.33%)
Mutual labels:  p2p, ipfs
Cabal Client
interface for writing peer-to-peer distributed chat clients
Stars: ✭ 81 (-62.33%)
Mutual labels:  chat, p2p
Js Libp2p
The JavaScript Implementation of libp2p networking stack.
Stars: ✭ 1,686 (+684.19%)
Mutual labels:  p2p, ipfs
Ipfs Webui
A frontend for an IPFS node.
Stars: ✭ 990 (+360.47%)
Mutual labels:  p2p, ipfs
P2plab
performance benchmark infrastructure for IPLD DAGs
Stars: ✭ 126 (-41.4%)
Mutual labels:  p2p, ipfs
Space Daemon
The Space Daemon packages together IPFS, Textile Threads/Buckets, and Textile Powergate (Filecoin*) into one easy to install Daemon to make it easy to build peer to peer and privacy focused apps.
Stars: ✭ 151 (-29.77%)
Mutual labels:  p2p, ipfs
Ipfsfb
InterPlanetary File System for Business (IPFSfB) is an enterprise blockchain storage network based on InterPlanetary File System.
Stars: ✭ 57 (-73.49%)
Mutual labels:  p2p, ipfs
Y Ipfs Connector
Y.js connector over IPFS
Stars: ✭ 49 (-77.21%)
Mutual labels:  p2p, ipfs
Prototype Cjdns Pi
Prototype system for mesh networks on single board computers
Stars: ✭ 205 (-4.65%)
Mutual labels:  p2p, ipfs
Qri
you're invited to a data party!
Stars: ✭ 1,003 (+366.51%)
Mutual labels:  p2p, ipfs
Ipfs Wormhole
Get things from one computer to another, safely. Over IPFS (which not even required to receive those things).
Stars: ✭ 107 (-50.23%)
Mutual labels:  p2p, ipfs
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-23.26%)
Mutual labels:  p2p, ipfs
Openbazaar Go
OpenBazaar 2.0 Server Daemon in Go
Stars: ✭ 919 (+327.44%)
Mutual labels:  p2p, ipfs
Gester
scuttlebutt chat ui
Stars: ✭ 24 (-88.84%)
Mutual labels:  chat, p2p
Orion
[Moved to Gitlab] Easy to Use, Inter Planetary File System (IPFS) desktop client
Stars: ✭ 115 (-46.51%)
Mutual labels:  p2p, ipfs

Orbit Web

Gitter Matrix Discord CircleCI

A distributed, peer-to-peer chat application built on IPFS

Browser application for Orbit. Try it at https://orbit.chat.

Built with the following packages:

  • orbit-core - Core Orbit communication library.
  • js-ipfs - A new p2p hypermedia protocol for content-addressed storage.

See also:

  • orbit-db - Serverless, p2p database that orbit-core uses to store its data.
  • orbit-textui - Terminal client prototype for Orbit.
  • orbit-electron - Stand-alone desktop application for Orbit Chat built with Electron.
  • IPFS - IPFS

Development

This project uses npm and nodejs.

Run

Get the source code and install dependencies:

git clone https://github.com/orbitdb/orbit-web.git
cd orbit-web/
npm install

Start the application: npm run dev

Run will start a development server, open the app in the browser and watch for changes in the source files. Upon change, it'll automatically compile and reload the app in the browser

Build

npm run build

This produces a fully stand-alone build in dist/ which can be run from dist/index.html file or on a http-server.

Contribute

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 Gitter, or in the comments of the issues section.

We also have regular community calls, which we announce in the issues in the @orbitdb welcome repository. Join us!

If you want to code but don't know where to start, check out the issues labelled "help wanted".

For specific guidelines for contributing to this repository, check out the Contributing guide. For more on contributing to OrbitDB in general, take a look at the orbitdb welcome repository. Please note that all interactions in @OrbitDB fall under our Code of Conduct.

Deploying to a domain with IPFS

  1. Point the domain to some public IPFS gateway

    • TYPE: A
    • Name: @ (or a subdomain)
    • Value: < IP address of the gateway >
  2. npm run build

  3. Pin dist-folder to IPFS (upload the folder to some pinning service)

  4. Add or update the TXT entry of _dnslink subdomain in DNS records of the domain

    • TYPE: TXT
    • Name: _dnslink
    • Value: "dnslink=/ipfs/< hash from pinning service >"

License

MIT © 2017-2018 Protocol Labs Inc., 2018-2019 Haja Networks Oy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].