DoomDuck / transcendence

0 stars 0 forks source link

using Fetch API ? #11

Closed Hgallien closed 2 years ago

Hgallien commented 2 years ago

https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch Do we need to use fetch or a equivalent API to communicate between front/back and maybee back/game?

DoomDuck commented 2 years ago

Yes this likely will be the case for the front however all requests are handled and dispatched by nestjs for the back. I don't see where fetch api could be useful for the back at the moment. But you can use it when testing though

Hgallien commented 2 years ago

Copy that