remote-js

MIT

Send JavaScript from Common Lisp to a browser.

$ area51 add remote-jsCopy

Usage

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