Git Product home page Git Product logo

cloudstorm's Introduction

CloudStorm

A minimal discord gateway library

Part of the WeatherStack

CloudStorm is a small library specially made to only cover the Gateway area of the discord api.

It makes no assumptions about the rest of your stack, therefore you can use it anywhere as long as you use node 8 or higher.

Some of the things that make CloudStorm awesome:

  • Standalone discord gateway connection
  • zlib-stream, etf and json support
  • Well documented

Gotchas with CloudStorm:

You may wonder how you you are able to get the id of a shard where an event originated from, but don't fear, CloudStorm helps you with that by adding a shard_id property to the events that are forwarded.

So an event you receive may look like this:

{
  "op":0,
  "t":"PRESENCE_UPDATE",
  "s":1337,
  "shard_id":0,
  "d": {
    "game": null,
    "guild_id": "id",
    "nick": null,
    "roles": [],
    "status": "offline",
    "user": { 
     "id": "id"
    } 
  }
}

Microservice Bots:

I've written a general whitepaper on the idea of microservice bots, which you can find on gist: Microservice Bot Whitepaper

Documentation:

You can find the docs at https://daswolke.github.io/CloudStorm/

Installation:

To install CloudStorm, make sure that you have node 8 or higher and npm installed on your computer.

Then run the following command in a terminal npm install cloudstorm

cloudstorm's People

Contributors

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