No description
  • Java 88.9%
  • CSS 6%
  • FreeMarker 4.8%
  • Nix 0.3%
Find a file
2026-02-27 14:33:08 -03:00
.idea initial 2026-02-27 13:55:49 -03:00
gradle/wrapper initial 2026-02-27 13:55:49 -03:00
src/main initial 2026-02-27 13:55:49 -03:00
.gitignore add files to gitignore 2026-02-27 13:58:55 -03:00
build.gradle.kts initial 2026-02-27 13:55:49 -03:00
gradlew initial 2026-02-27 13:55:49 -03:00
gradlew.bat initial 2026-02-27 13:55:49 -03:00
README.md Update README.md 2026-02-27 14:33:08 -03:00
settings.gradle.kts initial 2026-02-27 13:55:49 -03:00

LivingRoom

This is a work-in-progress kinda of game launcher. LivingRoom is a server software that allows you to organize, display and distribute your catalog of games.

The server includes a (working but very WIP) HTTP API for third-party clients and an web interface.

Features

  • HTTP API (NO AUTHENTICATION YET)
  • Web interface
  • User management

Stack

  • Freemarker for web rendering
  • Manual HTTP handling
  • SQLite for storing game information