ckonstanski / ldapadmin

An LDAP administration utility. It's a webapp with SBCL/Hunchentoot on the server side and ClojureScript on the client site. It's one of those single-page webapps where all the actions are carried out by calling REST endpoints that return JSON and using that JSON to build the HTML for the partial page.render. Every last scrap of HTML is written in either Common Lisp or ClojureScript. It's a very simple app with a small handful of actions. A good first app to test this new framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

An LDAP administration utility. It's a webapp with SBCL/Hunchentoot on the server side and ClojureScript on the client site. It's one of those single-page webapps where all the actions are carried out by calling REST endpoints that return JSON and using that JSON to build the HTML for the partial page.render. Every last scrap of HTML is written in either Common Lisp or ClojureScript. It's a very simple app with a small handful of actions. A good first app to test this new framework.


Languages

Language:Common Lisp 77.3%Language:Clojure 22.7%