Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.08 KB

Sanguosha Server (Node.js) Node.js CI Build Status

Example Page http://sgs.takashiro.cn
Author Kazuichi Takashiro

Introduction

It's a server application of the famous board game Legends of the Three Kingdoms based on React.js.

It provides connections via WebSocket.

Running Environment

  1. Node.js v12.x or later versions

Build and Run

  1. Execute npm i to install dependencies.
  2. Execute npm run build to build the project.
  3. Execute npm start to run the project, or click "Launch" in Visual Studio Code (debugging).

Related Projects

  1. Game Lobby
  2. Client