Skip to content

Multiplayer game server & realtime community.

License

Notifications You must be signed in to change notification settings

project-trio/trio

Repository files navigation

Trio

https://trio.suzu.online

Multiplayer game server and realtime frontend with community features.

Clients

New clients can be started with trio-client.

Tech

  • UI with Vue.js
  • WebSocket networking with socket.io
  • Backend with Node.js+PostgreSQL

Development

Run postgres server, and create a database named trio.

cd trio
# Install dependencies
npm install

# Import the DB structure
psql trio < db.sql

# Start the server
npm start

# Hot-reload dev environment
npm run serve

# Build for production
npm run build

Releases

No releases published

Packages

No packages published

Languages