Code Monkey home page Code Monkey logo

bitchan-web's Introduction

bitchan-web Build Status npm version

Nothing interesting here yet.

Browser bitchan and Bitmessage client.

Provides web interface for bitchan and is also compatible with other Bitmessage clients thus allowing you to communicate with them using only some decent browser. Read more about bitchan at the wiki.

Usage

With prehosted version

bitchan-web executes all crypto operations on the client-side so it's rather safe to use prehosted version. https://bitchan.it/ is the officially hosted bitchan-web instance, you might start with it to get the first impression of how it looks like.

However beware of some dangers:

  • Don't use unknown instances for sensitive data: owner of the site can add backdoor to the served static and read all your messages.
  • Don't use bitchan.it instance for sensitive data either: despite the fact it's secured by the HTTPS, some powerful attacker can get access to the server where it hosts and inject malware. Also corrupted CA can issue different valid certificate and execute MITM so here is the current signed certificate fingerprint.
  • Domain and/or hosting may be seized for some reason so don't forget to periodically backup your private keys and history stored in the browser. See this issue for details.

With bitchan-node

The recommended way is to install bitchan-node which automatically hosts the latest version of bitchan-web at localhost. This way you are not only protected against dangers of prehosted version but also help others by providing yet another WebSocket gateway to the Bitmessage network. You may also let your friends access your own instance.

With npm

Every npm release contains prebuilt version of bitchan-web static in the dist subfolder. You need to simply npm install bitchan-web and then host node_modules/bitchan-web/dist with you favourite web server. For example:

$ npm i bitchan-web
$ cd node_modules/bitchan-web/dist
$ python -mSimpleHTTPServer
# open http://localhost:8000 in browser

With deb package

TODO

With manual build

TODO

License

bitchan-web - Browser bitchan client

Written in 2014-2015 by Kagami Hiiragi [email protected]

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.

You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see http://creativecommons.org/publicdomain/zero/1.0/.

bitchan-web's People

Contributors

kagami avatar

Watchers

 avatar  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.