NAME
Starlight - Light and pure-Perl PSGI/Plack HTTP server with pre-forks
SYNOPSIS
$ plackup -s Starlight --port=80 [options] your-app.psgi
$ plackup -s Starlight --port=443 --ssl=1 --ssl-key-file=file.key
--ssl-cert-file=file.crt [options] your-app.psgi
$ plackup -s Starlight --port=80 --ipv6 [options] your-app.psgi
$ plackup -s Starlight --socket=/tmp/starlight.sock [options] your-app.psgi
$ starlight your-app.psgi
$ starlight --help
DESCRIPTION
Starlight is a standalone HTTP/1.1 server with keep-alive support. It uses pre-forking. It is pure-Perl implementation which doesn't require any XS package.
See plackup and starlight (lower case) for available command line options.
SEE ALSO
starlight, Thrall, Starlet, Starman
AUTHORS
Piotr Roszatycki <dexter@cpan.org>
Based on Thrall by:
Piotr Roszatycki <dexter@cpan.org>
Based on Starlet by:
Kazuho Oku
miyagawa
kazeburo
Some code based on Plack:
Tatsuhiko Miyagawa
LICENSE
Copyright (c) 2013-2016, 2020, 2023 Piotr Roszatycki <dexter@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as perl itself.