Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mention a little more detail
  • Loading branch information
kraih committed Jan 24, 2017
1 parent b2c9b1a commit 6c890c2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions lib/Mojolicious/Guides.pod
Expand Up @@ -167,13 +167,18 @@ designed to be used with it and are being developed under the same umbrella.

A tiny wrapper around L<DBD::Pg> that makes
L<PostgreSQL|http://www.postgresql.org> a lot of fun to use with
L<Mojolicious>. And it contains an excellent
L<blog|https://github.com/kraih/mojo-pg/tree/master/examples/blog> example
application to show you the MVC design pattern in action.
L<Mojolicious>. And it contains two great
L<example applications|https://github.com/kraih/mojo-pg/tree/master/examples/>
you can use for inspiration. The minimal chat application will show you how to
scale WebSockets to multiple servers, and the well-structured blog application
how to apply the MVC design pattern in practice.

=item L<Minion>

A job queue for L<Mojolicious> with support for multiple backends.
A full featured job queue for L<Mojolicious>, with support for multiple backends
and so much more. Job queues allow you to process time and/or computationally
intensive tasks in background processes, outside of the request/response
lifecycle.

=back

Expand Down

0 comments on commit 6c890c2

Please sign in to comment.