MirceaDumitrescu / javascript-webgame

0 stars 0 forks source link

Test server side rendering #3

Open MirceaDumitrescu opened 2 years ago

MirceaDumitrescu commented 2 years ago

Currently all data is being rendered by the Browser.

Planning to test backend rendering for certain assets/data.

Will be back with results.

MirceaDumitrescu commented 2 years ago

After some attempts i realised its not possible at this point.

At one point we might transform some data into APIs and based on the POST/GET methods sent by the client we could return some logic.

Any ideas are welcomed