lance-gg / lance

Multiplayer game server based on Node.JS
https://lance-gg.github.io/
Apache License 2.0
1.58k stars 168 forks source link

lance client-side library and game engine is possible? #109

Closed ausir0726 closed 1 year ago

ausir0726 commented 5 years ago

Hi,

I want to use lance game engine be my hybrid app. but when I follow the example, It always uses webpack bundle server-side and client-side.

I found this issue https://github.com/lance-gg/lance/issues/52

but seems to link no answer and closed.

so, Is any possible can split client-side library to another pure frontend project and connect to a specific server?

thanks.