Update websockets.md

This commit is contained in:
Aşkın Gedik 2015-12-27 19:46:48 +02:00
parent f654368fc1
commit 6937e8a62a

View file

@ -5,7 +5,7 @@ title: Websockets
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.
```ruby