Package Exports
- shardwire
- shardwire/client
Readme
Shardwire
Shardwire is a Discord-first bridge for running Discord gateway/runtime in one process while app logic runs in another.
Documentation
Install
npm install shardwireSource and contributing
Monorepo: github.com/unloopedmido/shardwire
Conceptual flow
- Start bot side with
createBotBridge(...) - Connect app side with
connectBotBridge(...) - Subscribe to events and invoke built-in actions
For manifests, strict startup, diagnostics, scoped secrets, deployment, and troubleshooting, use the docs site.
Security
- Use
wss://for non-loopback deployments. - Keep app permissions narrow with scoped secrets.
- Report vulnerabilities privately to cored.developments@gmail.com.
License
MIT - see LICENSE.