mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Update websockets.md
This commit is contained in:
parent
f654368fc1
commit
6937e8a62a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ title: Websockets
|
||||||
|
|
||||||
Using Websockets is super easy! By nature Websockets are a bit different than standard Http Request / Response lifecycle.
|
Using Websockets is super easy! By nature Websockets are a bit different than standard Http Request / Response lifecycle.
|
||||||
|
|
||||||
You can easily create a websocket handler which matches the route of `ws://host:port/route. You can create more than 1 websocket handler
|
You can easily create a websocket handler which matches the route of `ws://host:port/route`. You can create more than 1 websocket handler
|
||||||
with different routes.
|
with different routes.
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue