discue

discue

Developer documentation for the secure and reliable messaging and queueing service.

Introduction How to get started

Simple

Easy to integrate REST API, fast response times, and secure storage.

Reliable

Built from the ground up to provide the highest level of reliability, performance, and availability.

Fault Tolerant

Leverages multiple levels of redundancy built into on top of fault-tolerant cloud platforms.

As Easy as 1, 2, 3

# install in your project
yarn add -D vuepress@next

# create a markdown file
echo '# Hello VuePress' > README.md

# start writing
yarn vuepress dev

# build to static files
yarn vuepress build
# install in your project
npm install -D vuepress@next

# create a markdown file
echo '# Hello VuePress' > README.md

# start writing
npx vuepress dev

# build to static files
npx vuepress build