An open API service indexing awesome lists of open source software.

https://github.com/koolio/kool

kool.io is an open source kotlin based framework for creating real time web applications
https://github.com/koolio/kool

Last synced: about 1 month ago
JSON representation

kool.io is an open source kotlin based framework for creating real time web applications

Awesome Lists containing this project

README

          

## Welcome to kool.io!

**kool.io** is a framework for developing applications built in [Kotlin](http://jetbrains.github.com/kotlin/) so that it can be used on the client
side in a browser via JavaScript or on the server side in some JVM process, Servlet or JAXRS system.

The main components of kool.io today are

* [Kool Camel](http://kool.io/camel.html) provides a [kotlin](http://jetbrains.github.com/kotlin/) based DSL for [Apache Camel](http://camel.apache.org/) together with integration with [Kool Streams](http://kool.io/streams.html) to provide a typesafe Camel Integration and Event Processing DSL.
* [Kool Streams](http://kool.io/streams.html) for working with event streams and Complex Event Processing
* [Kool Templates](http://kool.io/templates.html) for creating HTML5 templates for use on the client or server side

If you've not tried Kotlin yet, try the [Getting Started Guide](http://confluence.jetbrains.net/display/Kotlin/Getting+Started) to install the IDE plugin.