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

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 학습

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.