https://github.com/devsunb/study-scalatra-sse
Scalatra SSE 학습
https://github.com/devsunb/study-scalatra-sse
Last synced: about 2 months ago
JSON representation
Scalatra SSE 학습
- Host: GitHub
- URL: https://github.com/devsunb/study-scalatra-sse
- Owner: devsunb
- Created: 2021-08-31T07:01:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T07:01:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T14:36:28.735Z (over 1 year ago)
- Language: Scala
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test SSE #
## Build & Run ##
```sh
$ cd test-sse
$ sbt
> jetty:start
> browse
```
If `browse` doesn't launch your browser, manually open [http://localhost:8080/](http://localhost:8080/) in your browser.