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

이 릴리스는 mojo::transaction::websocket에 send_frame 메서드를 추가 합니다. Myn 이벤트에 추가합니다. Mojo::transaction::websocket에서 이진 메시지의 구문을 변경합니다. 그것은 mojo::asset::memory에 max_memory_size 특성을 추가합니다.
그것은 Mojo::Asset 및 mojo::asset::file를 is_file 메서드를 추가합니다. 모든 is_done 메서드는 is_finished에 찬성 사용 되지. Mojo::ioloop::trigger에서 완료 이벤트를 완료 바꾼. 지원 초안-노팅엄-http-새로운-상태에서 새 HTTP 상태 코드에 대 한 추가 되었습니다. 작은 WebSocket 업그레이드 버그는 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: 성능 향상은 상당한.
Morbo: self-restarting 개발 웹 서버입니다.
차례 AnyEvent 및 libev 이벤트 루프에 대 한 네이티브 지원.
이벤트 확장 프레임 워크의 사용. 마운트 플러그인 전체 응용 프로그램을 포함 하는 수 수 있습니다. 프로덕션 웹 서버는 이제 더 많은 사용자 친화적인.
컬렉션 재미를 근 근이 살아가고 웹 만들기 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