Ionic 2 - Uber App - 9

preview_player
Показать описание
In this video we will...

Simulate a backend server as an Ionic 2 service provider
Create mock data with locations
Add, update, and animate cars on the map
Рекомендации по теме
Комментарии
Автор

I wonder If you cover node js simulation

kotraner
Автор

Hi, thanks for your contribution to the world! I have some questions

How would you do these requests from a remote server?

The taxi would send to its location to a remote server every 2 seconds and then this one makes a request to the server to obtain the location of the taxi?

Could you explain how the process is on a remote server, and you would handle it with a database ?, and if so, could it be with mysql or firebase?

rattiostechnology
Автор

Hi, I noticed that you still haven't created a real remote back-end data service using a database. I bought the Udemy course and was expecting an update to the tutorial to show us how to use Ionic 2 with a real database like couchbase, mongodb, mysql, etc. Any plans to update your Udemy tutorial?

gilmcglory
Автор

We are interested please do provide us with a real backend server like postgres or nodejs or mysql but please do something

trackamechanic
Автор

ionic error

Supplied parameters do not match any signature of call target

for

constructor(){
this.simulate = new SimulateProvider();
}

trackamechanic