Download List

Descripción del Proyecto

Mojolicious is "Duct Tape For The HTML5 Web". It is powerful with no dependencies out of the box with RESTful routes, plugins, Perl-ish templates, session management, signed cookies, asynchronous client, a testing framework, a static file server, first class Unicode support, and much more. It has a clean, portable, object oriented pure Perl API without any hidden magic and no requirements besides modern Perl, but can use many CPAN packages out of the box. It has a HTTP 1.1 and WebSocket client/server implementation with TLS, IDNA, Comet (long polling), chunking, and multipart support, and an async I/O Web server supporting EV pluggable event queue, Unix domain sockets, and hot deployment. Automatic CGI, FastCGI, and PSGI detection allows for any deployment situation. It has a JSON and XML/HTML5 parser/emitter with an advanced CSS3 selector support and DOM.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-26 05:54
2.10

Esta versión incorpora un método de send_frame a Mojo::Transaction::WebSocket. Agrega eventos myn. Cambia la sintaxis de mensajes binarios en Mojo::Transaction::WebSocket. Agrega un atributo de max_memory_size a Mojo::Asset::Memory.
Agrega un método is_file Mojo::Asset y Mojo::Asset::File. Todos los métodos de is_done son desaprobados en favor de is_finished. El evento realizado en Mojo::IOLoop::Trigger ha sido renombrado a terminar. Se ha agregado compatibilidad para nuevos códigos de estado HTTP del proyecto-nottingham-http-nueva-Estado. Se ha solucionado un pequeño error de actualización WebSocket en Mojo::Server::Daemon.
This release adds a send_frame method to Mojo::Transaction::WebSocket. It adds myn events. It changes the syntax for binary messages in Mojo::Transaction::WebSocket. It adds a max_memory_size attribute to Mojo::Asset::Memory.
It adds an is_file method to Mojo::Asset and Mojo::Asset::File. All is_done methods are deprecated in favor of is_finished. The done event in Mojo::IOLoop::Trigger has been renamed to finish. Support has been added for new HTTP status codes from draft-nottingham-http-new-status. A small WebSocket upgrade bug has been fixed in Mojo::Server::Daemon.

2011-10-18 06:12
2.0

Perl 5.10.1: el aumento del rendimiento es considerable.
Morbo: un self-restarting desarrollo Web server.
Soporte nativo para bucle de eventos libev y AnyEvent.
Eventos permiten ampliar el marco. El plugin de montaje permite incrustar aplicaciones completas. El servidor Web de producción ahora es mucho más fácil de usar.
Colecciones hacen Web raspado divertido. Prueba de WebSocket es muy fácil.
Perl 5.10.1: the performance increase is substantial.
Morbo: a self-restarting development Web server.
Native support for libev event loop and in turn AnyEvent.
Events enable extending of the framework. The Mount plugin allows embedding whole applications. The production Web server is now a lot more user friendly.
Collections make Web scraping fun. WebSocket testing is very easy.

Project Resources