Skip to content

lichess-org/lila-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

852b5e3 · Mar 27, 2025
Jan 19, 2025
Mar 17, 2025
Mar 27, 2025
Feb 17, 2025
May 21, 2023
Mar 4, 2024
Mar 13, 2025
Aug 31, 2019
Mar 4, 2024
Mar 19, 2025
Oct 5, 2022
Dec 2, 2019

Lila websocket

Handle incoming websocket traffic for lichess.org.

lila <-> redis <-> lila-ws <-> websocket <-> client

Start:

sbt
~reStart

Start with custom config file:

sbt -Dconfig.file=/path/to/my.conf

Custom config file example:

include "application"
http.port = 8080
mongo.uri = "mongodb://localhost:27017/lichess"
redis.uri = "redis://127.0.0.1"

Trusts X-Forwarded-For. Use only behind a reverse proxy!

Code formatting

Please sbt prepare before you submit a PR. This will reformats and do some auto refactoring the code.