Projects / lisp-network-server

lisp-network-server

lisp-network-server is a simple framework for writing Common Lisp network applications. It takes care of listening on the network, accepting the connection, and starting a new thread with handler functions of your network-aware application.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  16 Dec 2007 16:16

    Release Notes: More robust error handling that now catches broken network streams and aborts correctly. Log files aren't opened and threads started at read time, but by an explicit (lns:start-framework) call at runtime. This release adds a (daemon) function (exported), and has updated and improved documentation.

    •  09 May 2006 07:04

    Release Notes: An ASDF system definition was added. The code was switched to using bivalent streams to enable mixed character and binary I/O. A time server was added to the examples (as a binary example). Initialization of the fortune example was sped up.

    •  26 Apr 2006 13:42

    No changes have been submitted for this release.

    Screenshot

    Project Spotlight

    PulseView

    A logic analyzer, oscilloscope, and MSO GUI for sigrok.

    Screenshot

    Project Spotlight

    Cocktail

    An HTML/CSS rendering engine written in Haxe.