Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 735 Bytes

File metadata and controls

21 lines (16 loc) · 735 Bytes

Phaser: Real-time Multiplayer with Colyseus

Full source-code for the step-by-step tutorial on how to use Phaser + Colyseus together.

How to host with Edgegap

  • from root: docker build . -t registry.edgegap.com/[PROJECT]/[IMAGE]:[TAG]
  • push to Edgegap repository
  • create app version:
    • 1GiB memory
    • 1 vCPU
    • Port mapping:
      • clientport: 80 HTTP
      • gameport: 7777 WS

License