Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vietj/vertx-kotlin-example
Vert.x for Kotlin hello world HTTP server example
https://github.com/vietj/vertx-kotlin-example
Last synced: 5 days ago
JSON representation
Vert.x for Kotlin hello world HTTP server example
- Host: GitHub
- URL: https://github.com/vietj/vertx-kotlin-example
- Owner: vietj
- Created: 2016-11-16T10:22:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T10:22:57.000Z (about 8 years ago)
- Last Synced: 2024-11-08T20:50:02.462Z (about 2 months ago)
- Language: Kotlin
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vert.x for Kotlin example
The classic hello world example in Kotlin.
```
> mvn compile exec:java
```or just run it in the IDE.