-
-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Labels
feature requestA new requested feature / optionA new requested feature / option
Description
For anyone that comes looking for websocket support, you can dive in to the built in websocket support for now.
https://gitter.im/luckyframework/Lobby?at=5b5a51a61be9bb57bcc749bd
However, this is obviously something we should support out of the box with Lucky. I've never actually used websockets, so I don't know if they use HTTP methods or not, but looking at Kemal docs I would assume something like
class SomeAction < WebsocketAction
route "/" do
# maybe context.on_message
# or have access to socket.on_message here?
end
end
Metadata
Metadata
Assignees
Labels
feature requestA new requested feature / optionA new requested feature / option