Netty module [netty] module
This module is for the Play 1.x series only.
Module that replaces the Mina based network stack by the Netty one.
This module has been integrated into Play core since 1.1
http://github.com/pepite/Play--Netty
Written by Lungisa Matshobam, Nicolas Leroux.
Published releases
1.0.7 | Sep 05 2010 | Documentation | Try Play |
1.0.6 | Aug 04 2010 | Documentation | Try Play |
1.0.5 | Jul 24 2010 | Documentation | Try Play |
1.0.4 | Jun 27 2010 | Documentation | Try Play |
1.0.3 | May 16 2010 | Documentation | Try Play |
1.0.2 | Apr 09 2010 | Documentation | Try Play |
1.0.1 | Mar 04 2010 | Documentation | Try Play |
1.0 | Mar 01 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install netty-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> netty {version}