Skip to content

odyniec/p5-Arriba

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
lib
 
 
t
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NAME

Arriba - PSGI web server with SPDY support

VERSION

version 0.020

SYNOPSIS

Launch a plain HTTP server listening on port 5080:

arriba --listen :5080

Launch an HTTPS server on port 5443, no SPDY:

arriba --listen :5443:ssl --ssl-cert cert.pem --ssl-key key.pem

Launch an HTTPS server with SPDY support:

arriba --listen :5443:ssl --ssl-cert cert.pem --ssl-key key.pem \
    --enable-spdy

DESCRIPTION

Arriba is a PSGI web server based on Starman and sharing most of its features, with added support for the SPDY protocol.

WARNING: Arriba is still in early stage of development and is not ready for production use.

SEE ALSO

Please see those modules/websites for more information related to this module.

AUTHOR

Michal Wojciechowski <odyniec@cpan.org>

ACKNOWLEDGEMENTS

Basic server code and plain HTTP connection support is based on Starman, written by Tatsuhiko Miyagawa.

SPDY support is provided by Net::SPDY, written by Lubomir Rintel.

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Michal Wojciechowski.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

About

PSGI web server with SPDY support

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages