#80 · Primary category: AI Chatbots

java-slack-sdk

bolt chatbot java jvm-languages kotlin slack slack-api slack-app slack-bot socket-mode websocket websocket-client websockets

Slack Developer Kit (including Bolt for Java) for any JVM language

Project last updated:08/30/26

GitHub Stars

603

Forks

232

Contributors

110

License

MIT

Why we included this project

Slack's official SDK for the JVM is split into two modules. Bolt for Java is the framework: it handles events, slash commands, and message actions, so you write the bot logic instead of the platform plumbing. The lower-level API client is the right choice when you only need to call Slack's web APIs from an existing service. Because the SDK is written in Java, the same code runs from Kotlin, Groovy, or Scala, and Bolt ships adapters for Jetty, AWS Lambda, Google Cloud Functions, Micronaut, and Ktor, so the same app logic can be deployed in different hosting setups. Socket Mode support lets you run a bot without exposing a public HTTP endpoint, which keeps local development and firewall-bound deployments simple.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category