Slack app development framework for Cloudflare Workers
npm install slack-cloudflare-workers
The slack-cloudflare-workers library is a Slack app development framework designed specifically for Cloudflare Workers. This framework draws significant inspiration from Slack's Bolt framework, but its design does not strictly follow the bolt-js blueprint.
``bash``
npm i slack-cloudflare-workers@latest
Key differences include:
* TypeScript focused: Enhances type safety and clarifies typings for developers
* Lazy listener enabled: bolt-python's lazy listener feature is provided out of the box
* Zero additional dependencies: No other dependencies required beyond TypeScript types and our foundation module slack-edge
Check our documents for more details!