jonataslaw / get_server

A backend server that makes it possible to program with Flutter syntax and reuse existing code
Apache License 2.0
476 stars 42 forks source link

Server that make calls to a another server and retreive data #65

Open bobosette opened 3 years ago

bobosette commented 3 years ago

Hi everybody. With get_server can I make a server that everyday make a call to another server, get some data and store it in a (for example) firebase db? Could it be possible?