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

https://github.com/aswinkarthik/vertx-fibonacci

An example to generate fibonacci numbers using vertx-web
https://github.com/aswinkarthik/vertx-fibonacci

fibonacci vertx-web

Last synced: about 2 months ago
JSON representation

An example to generate fibonacci numbers using vertx-web

Awesome Lists containing this project

README

          

# Fibonacci series using Vertx

[Vert.X](http://vertx.io/) is a toolkit for developing reactive applications on JVM

This is a test project to learn vertx. It has a JSON endpoint that generates and returns fibonacci series.

## Usage

- Clone the project using `git clone https://github.com/aswinkarthik93/vertx-fibonacci.git`
- `./gradlew shadowJar run`
- `curl http://localhost:9090/fibs?limit=6`