JSPM

@nezuchan/status-sharding

1.7.11
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q34387F
  • License MIT

Package Exports

  • @nezuchan/status-sharding
  • @nezuchan/status-sharding/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nezuchan/status-sharding) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Introduction

Welcome to Status Sharding! This package is designed to provide an efficient and flexible solution for sharding Discord bots, allowing you to scale your bot across multiple processes or workers.

Features

  • Efficient Sharding: The sharding package utilizes an optimized sharding algorithm to distribute bot functionality across multiple shards and clusters.
  • Enhanced Performance: Improve your bot's performance by leveraging the power of parallel processing and multi-threading.
  • Flexible Configuration: Easily configure the number of shards, clusters, and other parameters to suit your bot's needs.
  • Comprehensive Documentation: Detailed documentation and usage examples are provided to help you get started quickly.
  • Scalability: Scale your bot's capabilities by distributing the workload across multiple processes or workers.
  • Customizable: Extend and customize the sharding package to adapt it to your specific requirements.
  • Cross Hosting Support: Comming soon!

Comparison

Here's a comparison between Status Sharding, Discord Hybrid Sharding and Discord.js Sharding.

Feature Status Sharding Discord Hybrid Sharding Discord.js Sharding
Flexible configuration ✔️ ✔️ ✔️
Clustering Support ✔️ ✔️
Processes & Workers ✔️ ✔️
Comprehensive documentation ✔️
Performance optimization ✔️

Installation

npm install status-sharding
yarn add status-sharding

For more information, please refer to the documentation.

Credits

  • This clone was created by Digital. The original can be found here.
  • Special thanks to maintainers for their work on the initial package, which served as the foundation for this clone. Their contributions are greatly appreciated.
  • Please note that this clone is an independent project and may have diverged from the original discord-hybrid-sharding package in certain aspects.

Dependencies