Hi!

I'm happy to announce the second alpha of catacumba, the asynchronous and
non-blocking web toolkit for Clojure build on top of ratpack[1] and
netty[2].

This release is focused in add a great a mount of features missing from the
first release and improve some internals for make it more flexible.

Here a incomplete list of added features:

- Add Server-Sent Events support.
- Add CORS support.
- Add security related chain helpers (x-frame-options,
strict-transport-security, the content-security-policy and
x-content-type-options).
- Add support for manifold deferreds and streams.
- Add support for get/set cookies.
- Add basic support for sessions (very experimental and internal api will
change in the next version).
- Add special functions for add callback function that will be executed
when connection is closed and just before send the response to client.
- Add dispatch by method to the routing system.
- Support for stuartsierra/component

You can see the complete release notes here:
https://github.com/funcool/catacumba/releases/tag/0.1.0-alpha2

Additionally, it comes with two examples (in the next release I have plans
add other two), one for see how we can use prone for better error reporting
and other is a multiuser chat using Server-Sent Events and stuartsierra
component.
More information about examples here:
https://funcool.github.io/catacumba/latest/#_examples

Documentation: https://funcool.github.io/catacumba/latest/
Github: https://github.com/funcool/catacumba

[1]: http://ratpack.io/
[2]: http://netty.io/

Cheers.
Andrey

-- 
Andrey Antukh - Андрей Антух - <andrei.anto...@kaleidos.net> / <n...@niwi.be
>
http://www.niwi.be <http://www.niwi.be/page/about/>
https://github.com/niwibe

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to