Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bugthesystem/skala-vert.x

Vert.x sample using scala
https://github.com/bugthesystem/skala-vert.x

docker sbt scala vertx vertx-web

Last synced: 25 days ago
JSON representation

Vert.x sample using scala

Awesome Lists containing this project

README

        

# scala-vert.x

Scala Vert.x sample using docker

## Clone

```sh
git clone [email protected]:ziyasal/skala-vert.x.git

cd skala-vert.x
```

## To create artifacts

```sh
sbt assembly #creates fatjar
```

## To build docker image

```sh
docker build -t ziyasal/skala-vert.x .
```

## To run

```sh
docker run -p 8666:8666 ziyasal/skala-vert.x
```

## To test

```sh
curl http://127.0.0.1:8666/hello
```

MIT @ziλasal