chhatch / websocket_chat

Started as a websockets learning project, is turning into a mud
1 stars 1 forks source link
mud node streams websockets

Prerequisites

  1. Node (not sure of minimum version, using v18 for development)
  2. Yarn (you can use npm if you wish)
  3. Docker

Setup

PGHOST=localhost
PGPORT=5433
PGUSER=postgres
PGPASSWORD=test

Start Game Server

Start Game Client