Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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