Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedirandy/http4s-elm-chatroom
A chatroom example in Scala/http4s and Elm
https://github.com/jedirandy/http4s-elm-chatroom
chatroom circe elm fs2 http4s scala websocket
Last synced: 14 days ago
JSON representation
A chatroom example in Scala/http4s and Elm
- Host: GitHub
- URL: https://github.com/jedirandy/http4s-elm-chatroom
- Owner: jedirandy
- Created: 2018-01-04T22:25:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T22:28:08.000Z (about 7 years ago)
- Last Synced: 2024-11-12T23:32:17.345Z (2 months ago)
- Topics: chatroom, circe, elm, fs2, http4s, scala, websocket
- Language: Scala
- Size: 66.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple chat
Simple chatroom in http4s and Elm### Enviroment
The following tools are required:
- `sbt`
- `npm` or `yarn`### Install
In the project's root folder, execute:
- `npm install` / `yarn`
- `npm run build` / `yarn run build`
### Run
In the project's root folder, execute:
- `sbt run`
Open the browser at `localhost:port`
Note that the server's port binds to `8080` by default, you can override it by providing the `NEKO_PORT` enviroment variable