Skip to content

seratch/slack-cloudflare-workers

Repository files navigation

Slack Cloudflare Workers

npm version

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.

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!