Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Veröffentlichung fügt eine Send_frame Methode, Mojo::Transaction::WebSocket. Myn Ereignisse hinzugefügt. Die Syntax für binäre Nachrichten in Mojo::Transaction::WebSocket geändert. Mojo::Asset::Memory hinzugefügt ein Max_memory_size-Attribut.
Es fügt eine Is_file Methode, Mojo::Asset und Mojo::Asset::File. Alle Is_done Methoden sind veraltet zugunsten von Is_finished. Das fertig Ereignis in Mojo::IOLoop::Trigger wurde umbenannt um zu beenden. Unterstützung wurde für neue HTTP-Statuscodes von Entwurf-Nottingham-http-neue-Status hinzugefügt. Einen kleinen WebSocket Upgrade Bug in Mojo::Server::Daemon behoben wurde.
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: die Leistungssteigerung ist beträchtlich.
Morbo: eine self-restarting Entwicklung Web-Server.
Native Unterstützung für Libev Ereignis-Schleife und wiederum AnyEvent.
Ereignisse ermöglichen die Erweiterung des Rahmens. Der Mount-Plugin erlaubt es, ganze Anwendungen einbetten. Der Produktionswebserver ist jetzt viel mehr benutzerfreundlich.
Sammlungen machen Web scraping Spaß. WebSocket testen ist sehr einfach.
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