The Web In A Box!
Back in the early days of the web there was this wonderful Perl library
called CGI, many people only learned Perl because of it. It was simple
enough to get started without knowing much about the language and powerful
enough to keep you going, learning by doing was much fun. While most of
the techniques used are outdated now, the idea behind it is not.
Mojolicious is a new attempt at implementing this idea using state of the
art technology.
Features
* An amazing MVC web framework supporting a simplified single file mode
through Mojolicious::Lite.
* Powerful out of the box with RESTful routes, plugins, Perl-ish templates,
session management, signed cookies, testing framework, static file server,
I18N, first class unicode support and much more for you to discover.
* Very clean, portable and Object Oriented pure Perl API without any
hidden magic and no requirements besides Perl 5.8.7.
* Full stack HTTP 1.1 and WebSocket client/server implementation with 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.
* Fresh code based upon years of experience developing Catalyst.
For more documentation see Mojolicious::Guides and the tutorial in
Mojolicious::Lite!
- Devel package for openSUSE:Factory
-
5
derived packages
- Links to openSUSE:Factory / perl-Mojolicious
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Mojolicious && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
Mojolicious-4.90.tar.gz | 0000632908 618 KB | |
_link | 0000000124 124 Bytes | |
perl-Mojolicious.changes | 0000020410 19.9 KB | |
perl-Mojolicious.spec | 0000001708 1.67 KB |
Revision 37 (latest revision is 429)
- updated to 4.90 - Removed deprecated to_rel method from Mojo::URL. - Updated IO::Socket::SSL requirement to 1.84 due to breaking changes in IO::Socket::SSL. - Improved documentation browser with more accessible links and readable inline code. - Fixed textarea and title parsing bugs in Mojo::DOM::HTML. 4.89 2014-03-13 - Added support for template variants. - Improved built-in templates with unobtrusive menu bar. - Fixed bug in Mojo::DOM::HTML where non-self-closing elements were not handled correctly. - Fixed bug in Mojo::DOM::HTML where <image> was not treated as an alias for <img>. 4.88 2014-03-09 - Added build_controller method to Mojolicious. - Added match method to Mojolicious::Routes. - Improved Mojo::Server::Daemon to handle setuid/setgid errors more gracefully. - Improved Mojo::Server::Prefork to handle lock file errors more gracefully. - Improved exception page to show better context information for templates. - Fixed comment on last line bug in Mojo::Template. 4.87 2014-03-04 - Improved Mojo::ByteStream to allow more method chaining. - Fixed RFC 7159 support in Mojo::JSON. - Fixed RFC 7159 compliance bugs in Mojo::Transaction::WebSocket and Test::Mojo.
Comments 0