Happy !
statonjr / LS-Webmachine-App
Monticello registration
About LS-Webmachine-App
LS-Webmachine-App
A sample application using DL-Webmachine.
Booting the App
(ZnServer startDefaultOn: 8181) logToTranscript.
ZnServer default delegate prefixMap at: 'app' put: [ :request | LSHomeResource new handleRequest: request ].
Stopping the server
ZnServer stopDefault.
