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
- Host: GitHub
- URL: https://github.com/koolio/kool
- Owner: koolio
- Created: 2012-06-15T07:35:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-30T10:54:20.000Z (over 13 years ago)
- Last Synced: 2024-03-26T14:14:04.747Z (over 2 years ago)
- Language: Kotlin
- Homepage: http://kool.io/
- Size: 1.47 MB
- Stars: 43
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-java - Kool
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.