Download
Sloop uses a custom installer over top of reasonably normal perl build practices; more information is in the README.txt. The modules, which are unlikely to be useful outside of a Sloop context, are all distributed together here rather than via CPAN. It only has a few trivial perl dependencies, as it does not use existing modules for HTTP parsing, or even TCP/IP (again there is more in the README).
Note that Sloop is not portable. It uses a linux only system call, epoll()
.
Sloop-1.1.0.tar.bz2
This is the second public release. The first, 1.0.1, was in 2015. In addition to various bug fixes and some internal tweaking, this release:
- Changed the API for the WebSocket class.
- Added
Sloop::Lib::checkURL()
and incorporated the shorthand array notation described in "Request Handling".