openbsd-ports/www/p5-Mojo/pkg/DESCR
landry e14a2ba6d3 Update to p5-Mojolicious 1.14, original diff from Igor Zinovik, reworked
by simon@ (Maintainer). Rename p5-Mojo to p5-Mojolicious while here.
2011-03-20 09:10:15 +00:00

11 lines
568 B
Plaintext

Mojolicious is a MVC web framework that supports following features:
* Full stack HTTP 1.1 and WebSocket client/server implementation with IPv6,
TLS, Bonjour, IDNA, Comet (long polling), chunking and multipart support.
* Builtin async IO web server supporting epoll, kqueue, UNIX domain sockets
and hot deployment, perfect for embedding.
* Automatic CGI, FastCGI and PSGI detection.
* JSON and XML/HTML5 parser with CSS3 selector support.
* Very clean, portable and Object Oriented pure Perl API without any hidden
magic and no requirements besides Perl 5.8.7.