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-7.17.tar.gz | 0000663964 648 KB | |
_link | 0000000124 124 Bytes | |
cpanspec.yml | 0000000547 547 Bytes | |
perl-Mojolicious.changes | 0000074874 73.1 KB | |
perl-Mojolicious.spec | 0000002405 2.35 KB |
Revision 162 (latest revision is 429)
- updated to 7.17 see /usr/share/doc/packages/perl-Mojolicious/Changes 7.17 2017-01-11 - Fixed Windows bugs in Mojo::File. (kmx) 7.16 2017-01-10 - Fixed Windows bugs in Mojo::File. (kmx) 7.15 2017-01-09 - Deprecated Mojo::ByteStream::slurp and Mojo::Util::slurp in favor of Mojo::File::slurp. - Deprecated Mojo::ByteStream::spurt and Mojo::Util::spurt in favor of Mojo::File::spurt. - Deprecated Mojo::Util::files in favor of Mojo::File::list_tree. - Deprecated Mojo::Home::lib_dir, Mojo::Home::parse, Mojo::Home::parts in favor of new features inherited from the Mojo::File base class. - Added module Mojo::File. - Improved Mojo::Home to be a subclass of Mojo::File. - Improved mojo_lib_dir and rel_file methods in Mojo::Home to return Mojo::Home objects. - Improved rel_file methods in Mojolicious::Command to return Mojo::File objects. - Improved every_param and param methods in Mojolicious::Validator::Validation to use the current topic.
Comments 0