-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -217,7 +217,7 @@ cloudflared tunnel --url http://localhost:3000 | |
|
||
**Important Notice:** The Socket Mode support provided by slack-edge is still experimental and is not designed to handle reconnections for production-grade applications. It is recommended to use this mode only for local development and testing purposes. | ||
|
||
Thanks to Deno's stable WebSocket implementation, you can quickly and easily run a Socket Mode app too! | ||
Thanks to Deno's built-in WebSocket implementation, you can quickly and easily run a Socket Mode app as below: | ||
|
||
```typescript | ||
import { SlackApp } from "https://deno.land/x/[email protected]/mod.ts"; | ||
|