forked from travisspencer/kotlin-spark-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee4a3d3
commit 57dcccb
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# kotlin-spark-demo | ||
Kotlin / Spark Sample | ||
# Kotlin / Spark Sample | ||
|
||
A port of the [Java-based Spark demo][1] that was presented at the Java user group meeting in Stockholm in December 2014. | ||
|
||
This sample does not show how to use [Spark][3] (refer to the [Java version of the sample for that][1]). Instead, | ||
it shows how the [Kotlin programming language][2] can be used together with [Spark][3] to create a more real-world API. | ||
|
||
For more information about this sample, refer to the Nordic APIs [blog post series about it](http://nordicapis.com/building-apis-on-the-jvm-using-kotlin-and-spark-part-1/). | ||
|
||
[1]: https://github.com/travisspencer/stockholm-java-meetup-java-spark-demo#more-complex-example | ||
[2]: http://kotlinlang.org/ | ||
[3]: http://sparkjava.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters