reblocks-websocket
Reblocks extension allowing to add a bidirectional communication via Websocket between a backend and Reblocks widgets.
$ area51 add reblocks-websocketCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(reblocks-websocket:some-function ...)