Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #58 from JamesEarlDouglas/master
Add a note about continuations + sessions, thanks James Earl Douglas
  • Loading branch information
ngocdaothanh committed Dec 30, 2011
2 parents 3aa585b + 1776b22 commit 84767d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -19,6 +19,8 @@ and `Hazelcast <http://www.hazelcast.com/>`_:
to respond immediately. Chunked response (streaming), WebSocket, and Comet
(using WebSocket or long-polling) are supported.
* Sessions can be stored in cookies (more scalable) or clustered Hazelcast (more secure).
Hazelcast is recommended when using continuations-based Actions, since serialized
continuations are usually too big to store in cookies.
* `jQuery Validation <http://docs.jquery.com/Plugins/validation>`_ is integrated
for browser side and server side validation.
* i18n using `GNU gettext <http://en.wikipedia.org/wiki/GNU_gettext>`_.
Expand Down

0 comments on commit 84767d5

Please sign in to comment.