slack-ruby / slack-ruby-bot-server

A library that enables you to write a complete Slack bot service with Slack button integration, in Ruby.
MIT License
267 stars 74 forks source link

Add support for socket mode #141

Open dblock opened 3 years ago

dblock commented 3 years ago

https://api.slack.com/apis/connections/socket

chrisbloom7 commented 2 years ago

I need to enable socket mode on a new internal slack application. I'm curious to know if you've made any progress on implementing this yet, as well as if you expect this functionality to be ported over to the slack-ruby-client.

dblock commented 2 years ago

I need to enable socket mode on a new internal slack application. I'm curious to know if you've made any progress on implementing this yet, as well as if you expect this functionality to be ported over to the slack-ruby-client.

AFAIK nobody has worked on this, please contribute!

chrisbloom7 commented 2 years ago

I needed to explore this as a standalone client to understand the fundamentals of how it works. Now that I have a better understanding of it I'll try to think about how this might integrate into this stack. Since I'm most familiar with slack-ruby-client - do you think it would make sense to try to add it there and then port it here? I'm not sure how the two projects relate to each other and what the overlap would be.

dblock commented 2 years ago