StrawbrryFlurry / watson

πŸš€ Fast, scalable framework for building Discord applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A scalable Node.js framework for building Discord applications

NPM Version Package License NPM Downloads

Description

Watson is a framework for building scalable Discord application in Node.js. It uses TypeScript to provide an easy to use API to scale along with the growth and complexity of your app.

As an interface to the Discord API we use DiscordJS however we also plan to support other libraries in the future.

Usage

Please read the docs at watsonjs.io.

Credits and references

Hat fanart by: @maka_hayashi

The architecture of this project is inspired by NestJS

Misc

Git Commit Format

[πŸš€] [Type] [Message]

Types:

  • πŸš€ [FEATURE] A new addition to the package
  • ✏ [UPDATE] Update existing feature
  • πŸ”¨ [FIX] Fixing a bug
  • πŸ“ [DOCS] Adding comments, documentation..
  • πŸ—‘ [REMOVED] Removing files / Changes

License

Watson is MIT licensed.

About

πŸš€ Fast, scalable framework for building Discord applications

License:MIT License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%