Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 721 Bytes

File metadata and controls

13 lines (9 loc) · 721 Bytes

ppcserver

Go Reference Go Report Card

A Go multiplayer game server framework featured real-time WebSocket communication, Stateful Room, and distributed scaling via NATS.

Documentation

Design Concept

  • Bound with minimal package dependencies so that you can choose the ones according to your actual needs.
  • Easy to connect through plain WebSocket API with no custom client library required.