https://github.com/bugthesystem/orbit-carnival-scala
Sample EA Orbit app built with Scala
https://github.com/bugthesystem/orbit-carnival-scala
Last synced: 8 months ago
JSON representation
Sample EA Orbit app built with Scala
- Host: GitHub
- URL: https://github.com/bugthesystem/orbit-carnival-scala
- Owner: bugthesystem
- License: unlicense
- Created: 2020-09-01T20:13:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T13:38:23.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T13:06:23.694Z (over 1 year ago)
- Language: Kotlin
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Orbit Carnival Scala
=====
Sample EA Orbit app built with Scala & Finagle
# Run
## Start orbit server
```sh
docker run -it -p 50056:50056 orbitframework/orbit:2.0.0-alpha.102
```
## Start sample app
Build fatjar
```sh
gradle clean fatJar
```
Run
```sh
java -jar build/libs/orbit-carnival-scala-release.jar
```
Result
```sh
❯ curl -D - localhost:8080
HTTP/1.1 200 OK
Content-Length: 104
You said: 'Welcome to Orbit',I say: 'Hello from StringKey(key=Bug the system) at node 3d1jUlab8HDyd9fN!'
```