Swazoo-Listener

Summary: A very simple webserver using the Swazoo-HTTP classes.
Author: Avi Bryant
Owner: Avi Bryant (avi)
Co-maintainers: <None>
Categories:
Homepage:
PackageInfo name: Swazoo-Listener
RSS feed:

Description:

A simple web server that uses the Swazoo HTTP classes. Requires Swazoo-HTTP.

This provides the bare minimum Squeak-specific functionality to listen for and process HTTP requests on a Socket. Users should subclass the SwazooListener class and override the #responseForRequest: method.

To start a listener on a specific port, see the class-side #startOn: method.

This is intended to be used with frameworks such as Seaside that provide their own request resolution, session management, authentication, and so on. If you need a more full featured web server, see Swazoo-Server for the original portable Swazoo server implementation.

Releases


Back