Download List

项目描述

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 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

此版本添加到 Mojo::Transaction::WebSocket send_frame 方法。它将添加 myn 事件。它将更改为 Mojo::Transaction::WebSocket 中的二进制消息的语法。它向 Mojo::Asset::Memory 添加一个 max_memory_size 属性。它将一种 is_file 方法添加到 Mojo::Asset 和 Mojo::Asset::File。Is_done 的所有方法都支持 is_finished,都否决。在 Mojo::IOLoop::Trigger 中的完成的事件已重命名来完成。从草案-诺丁汉-http-新状态添加新的 HTTP 状态代码的支持。一个小的 WebSocket 升级 bug 已修复在 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: 性能的提高是坚固的。墨宝: 自重新启动开发 Web 服务器。Libev 事件循环,在轮到 AnyEvent 的本机支持。事件使框架的扩展。装载插件允许嵌入整个应用程序。生产 Web 服务器现在是很多友好的用户界面。收藏使 Web 刮的乐趣。WebSocket 测试是很容易的。
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