Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin authored Jan 23, 2025
2 parents c194ba1 + 80032af commit 6db43a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ To listen for events happening in a Slack workspace (like when a message is post

For those just starting, we recommend using [Socket Mode](https://api.slack.com/apis/connections/socket). Socket Mode allows your app to use the Events API and interactive features without exposing a public HTTP Request URL. This can be helpful during development, or if you're receiving requests from behind a firewall.

That being said, you're welcome to set up an app with a public HTTP Request URL. HTTP is more useful for apps being deployed to hosting environments (like [AWS](/deployments/aws-lambda) or [Heroku](/deployments/heroku) to stably respond within a large corporate Slack workspaces/organization, or apps intended for distribution via the Slack Martketplace.
That being said, you're welcome to set up an app with a public HTTP Request URL. HTTP is more useful for apps being deployed to hosting environments (like [AWS](/deployments/aws-lambda) or [Heroku](/deployments/heroku) to stably respond within a large corporate Slack workspaces/organization, or apps intended for distribution via the Slack Marketplace.

We've provided instructions for both ways in this guide.

Expand Down
2 changes: 1 addition & 1 deletion examples/custom-receiver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/koa__router": "^12",
"@types/node": "^18",
"@types/node": "^22",
"ts-node": "^10",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/chai": "^4.1.7",
"@types/express": "^5.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/sinon": "^7.0.11",
"@types/tsscmp": "^1.0.0",
"c8": "^10.1.2",
Expand Down

0 comments on commit 6db43a6

Please sign in to comment.