Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strawbrryflurry/watson
🚀 Fast, scalable framework for building Discord applications
https://github.com/strawbrryflurry/watson
bot discord discord-bots discordjs framework nodejs typescript watson
Last synced: about 2 months ago
JSON representation
🚀 Fast, scalable framework for building Discord applications
- Host: GitHub
- URL: https://github.com/strawbrryflurry/watson
- Owner: StrawbrryFlurry
- License: mit
- Created: 2020-12-03T03:07:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T17:20:47.000Z (almost 3 years ago)
- Last Synced: 2024-05-07T17:55:15.812Z (8 months ago)
- Topics: bot, discord, discord-bots, discordjs, framework, nodejs, typescript, watson
- Language: TypeScript
- Homepage:
- Size: 5.47 MB
- Stars: 34
- Watchers: 4
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A scalable Node.js framework for building Discord applications# 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.