Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vietj/vertx-codegen-example
A codegen project example that anyone can fork to start its own Vert.x polyglot generated api
https://github.com/vietj/vertx-codegen-example
Last synced: 20 days ago
JSON representation
A codegen project example that anyone can fork to start its own Vert.x polyglot generated api
- Host: GitHub
- URL: https://github.com/vietj/vertx-codegen-example
- Owner: vietj
- Created: 2016-05-27T22:21:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T22:25:37.000Z (over 8 years ago)
- Last Synced: 2024-11-08T20:49:58.200Z (2 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codegenerated polyglot API
An simple IRC client for Vert.x - allowing you to write Bots, etc...
It is a showcase project of a simple codegen API that generates code for JS, Ruby, Groovy and RxJava
Build it with maven
```
> mvn package
```# Run it
Simple run the com.acme.example.Main
# Todo
- add Gradle build file
- add fatjar packaging