reblocks-websocket

Unlicense

Reblocks extension allowing to add a bidirectional communication via Websocket between a backend and Reblocks widgets.

$ area51 add reblocks-websocketCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(reblocks-websocket:some-function ...)