Re: MCL Web server
John DeSoi <[email protected]> Mon, 3 Oct 2011 09:53:27 -0400
| Newsgroups | gmane.lisp.mcl.general |
|---|---|
| Message-ID | <[email protected]> |
On Oct 3, 2011, at 9:29 AM, Sandro Pedrazzini wrote: > I need to verify the possibility to create a client/server version of an old MCL application, where the MCL code runs server-side. > One possibility is to organize the client/server communication at socket level, through a (non MCL) rich client, but, if I remember well, there is a MCL Web server implementation allowing to abstract the socket level and communicate through http. > > Has anybody a good link to such an implementation? > Do you have other implementation suggestions? cl-http is known to be a solid HTTP server and supports MCL: http://www.cl-http.org:8001/cl-http/ John DeSoi, Ph.D. _______________________________________________ info-mcl mailing list [email protected] http://clozure.com/mailman/listinfo/info-mcl