Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bugthesystem/skala-vert.x
- Owner: bugthesystem
- License: mit
- Created: 2017-03-26T08:50:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T09:06:34.000Z (almost 8 years ago)
- Last Synced: 2024-12-23T02:38:01.690Z (about 1 month ago)
- Topics: docker, sbt, scala, vertx, vertx-web
- Language: Scala
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.gitcd 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