defrest
defrest: expose functions as REST webservices for ajax or other stuff
$ area51 add defrestCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(defrest:some-function ...)defrest: expose functions as REST webservices for ajax or other stuff
$ area51 add defrestCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(defrest:some-function ...)