Skip to content

Commit

Permalink
Update websocket_server.cr
Browse files Browse the repository at this point in the history
  • Loading branch information
sdogruyol committed Mar 19, 2016
1 parent c11707b commit f464ab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/websocket_server.cr
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ ws "/" do |socket|
socket.send "Echo back from server #{message}"
end
end

Kemal.run

1 comment on commit f464ab6

@forsaken1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kemal.run very helpful feature, thanks!

Please sign in to comment.