Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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