phaser3-rollup-typescript icon indicating copy to clipboard operation
phaser3-rollup-typescript copied to clipboard

How to integrate like express?

Open XingwenZhang opened this issue 3 years ago • 1 comments
trafficstars

Hi,

If I wanna develop a multiplayer game via socket.io. And use express for server side.

How could I take use of this template?

Thx

XingwenZhang avatar May 29 '22 15:05 XingwenZhang

This is only frontend template. To integrate with a backend like express, you need to call it via http api through the browser API fetch or libraries like axios

geocine avatar Aug 14 '22 13:08 geocine