Community contributed extensions

Grizzly network stack [grizzly] module

This module is for the Play 1.x series only.

Experimental module that replace the Mina based network stack by the Grizzly one.

This module is no longer maintained. The grizzly support is now built-in since Play 1.1

http://github.com/guillaumebort/play-grizzly

Written by Guillaume Bort.

Published releases

head Jan 12 2010 Documentation Try Play

To install locally this module use the install command:

play install grizzly-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> grizzly {version}