Proto-Cl-Client-Side-Rendering is a prototype of client side rendering in Common Lisp.
Please clone this (and ps-experiment) to where quicklisp (asdf) can find. Then, load it by ql:quickload
and start server. After that, you can access to http://localhost:5000 .
CL-USER> (ql:quickload :sample-proto-cl-client-side-rendering)
CL-USER> (sample-proto-cl-client-side-rendering:start :port 5000)
- eshamster ([email protected])
Copyright (c) 2019 eshamster ([email protected])
Licensed under the MIT License.