openbsd-ports/www/p5-Mojo/pkg/DESCR
jim b1e75e3ee5 Update to 2.76. This is a significant update. Please read the Changes
file for all the details.

Input and feedback from sthen@ and Remi Locherer <remi.locherer at relo.ch>

"reads ok" sthen@
2012-04-10 13:32:45 +00:00

11 lines
528 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