GithubHelp home page GithubHelp logo

anthrax3 / orbit-web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orbitdb/orbit-web

0.0 1.0 0.0 6.43 MB

Orbit Web Application

License: MIT License

JavaScript 82.45% Makefile 0.07% CSS 10.59% HTML 6.89%

orbit-web's Introduction

orbit-web

Project Status

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

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

NOTE! Orbit is still more or less experimental. It means Orbit is currently not secure, APIs will change and builds can break over the coming months. If you come across problems, it would help greatly to open issues so that we can fix them as quickly as possible.

If you prefer a stand-alone Desktop application, see orbit-electron

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.
  • IPFS - IPFS

From Source Code

Get the source code:

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

Start the application:

make start

Development

Run

First, get the source code and install dependencies:

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

Then start the development environment:

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

Release

make build

or

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.

To test the release build, run:

npm start

And open http://localhost:8081/index.html in your browser.

Debug

Debug build is a non-minified build and produces source maps for debugging

npm run build:debug

Distribution Package

make dist

or

npm run dist

This script will add dist/ to IPFS and the last hash in the output is a distributable directory in IPFS.

Publish

This automatically opens an issue in ipfs/ops-requests with the hash of the build. You will need to have a GitHub basic authentication token called $NODE_GITHUB_ISSUE_BOT with repos scope enabled in order for this to work.

make publish

Clean

make clean

orbit-web's People

Contributors

haadcode avatar prabodhmeshram avatar richardlitt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.