bc5c242bfb
Problem: In the old `cooler.read()` implementation, sources returned promises, but that isn't the case in the native SSB-Client promise impelementation. This means that in at least one place, there's a bug where it tries to call `.then()` on a non-promise. Solution: Remove promise-based code from streams, which don't require any special handling anymore. |
||
---|---|---|
.github | ||
contrib | ||
docs | ||
scripts | ||
src | ||
.cspell.json | ||
.dockerignore | ||
.eslintrc.js | ||
.gitignore | ||
.huskyrc | ||
.npmignore | ||
.stylelintrc | ||
.travis.yml | ||
CHANGELOG.md | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
Oasis
Oasis is a free, open-source, peer-to-peer social application that helps you follow friends and discover new ones on Secure Scuttlebutt (SSB).
🦀 Powered by SSB.
You're the center of your own distributed network. Online or offline, SSB works
anywhere that you are. Follow the people you want to see and never worry about
spam again. Migrate your data to another SSB app any time you want.
🌐 Bring your own browser.
Use your favorite web browser to read and write messages to the people you care
about. Oasis runs over HTTP, so you don't need to worry about adding another
Electron app to your computer.
🏰 Just HTML and CSS.
No browser JavaScript! Oasis has strict security rules that prevent any
JavaScript from running in your browser, which helps us make Oasis accessible
and easy to improve.
Usage
Start Oasis from a command-line interface with the oasis
command.
$ oasis --help
Usage: oasis [options]
Options:
--version Show version number [boolean]
-h, --help Show help [boolean]
--open Automatically open app in web browser. Use --no-open to disable.
[boolean] [default: true]
--offline Don't try to connect to scuttlebutt peers or pubs. This can be
changed on the 'settings' page while Oasis is running.
[boolean] [default: false]
--host Hostname for web app to listen on [string] [default: "localhost"]
--port Port for web app to listen on [number] [default: 3000]
--debug Use verbose output for debugging [boolean] [default: false]
Installation
Most people should install stable releases with npm. Please make sure that your Node.js version is the current or active LTS release.
npm --global install @fraction/oasis@latest
For faster updates and less stability, install from GitHub and upgrade often.
npm --global install github:fraction/oasis
Want more? Check out install.md
.
Resources
See Also
License
AGPL-3.0