Chadtech / FIGHT-LINES-DEPR-

3 stars 0 forks source link

Front end must communicate with backend #1

Open Chadtech opened 4 years ago

Chadtech commented 4 years ago

The front end needs to be able to communicate with the backend. An example might be to tell the backend to start a new game.

But we dont have any frontend http requests, so any example at all of the front end doing an http request would be good.

A good place to start would be looking into the Yew documentation (yew is our frontend framework) and seeing what they offer as far as http requests go.

VictorXLR commented 4 years ago

if there is a way to serve Yew files from another server, that would be a game changer,

That being said, i will look into it