Skip to content

mathematical-systems/cl-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-*- mode: org -*-

quick setup

install nodejs

cd jslib/nodejs-v0.4.8/ ./configure –without-ssl make make install

install npm

curl http://npmjs.org/install.sh | sh

install modules (for each proejct)

npm install socket.io@0.8.5 npm install connect

quick start

start nodejs (http server + websocket server)

cd src/nodejs/ node server.js

start lisp

(load “loader”) (cl-gui:connect-to-server)

deployment

TODO

About

Browser-based Common Lisp Gui Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published