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
- Host: GitHub
- URL: https://github.com/aswinkarthik/vertx-fibonacci
- Owner: aswinkarthik
- Created: 2017-08-25T11:54:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T12:01:02.000Z (almost 9 years ago)
- Last Synced: 2025-03-06T03:48:51.768Z (over 1 year ago)
- Topics: fibonacci, vertx-web
- Language: Java
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`