tidwall / tile38

Real-time Geospatial and Geofencing
https://tile38.com
MIT License
9.15k stars 570 forks source link

Question: Is there any recommended Web framework #420

Open wiwengweng opened 5 years ago

wiwengweng commented 5 years ago

Hi, all. Tile38 is amazing, thanks. And I would like to build a web app in my env using tile38 as backend. Is there any framework or existing web projects that I can use? Thanks again.

tidwall commented 5 years ago

Hi Andes, I'm glad you're enjoying Tile38!

I not sure about a specific web framework, there're so many out there. you should be able to pick any one of them. But, I do recommend that you use a client library listed on the README page.

wiwengweng commented 5 years ago

Thanks, tidwall. I think I should get start with the client library first. btw, when I add properties to an object, the 'get' command will not show that properties, which only shows [0,0], should I use the join query to get that properties?

rshura commented 5 years ago

You should add WITHFIELDS option to the query.

wiwengweng commented 5 years ago

Oh, I see. Thank you. (* ̄︶ ̄)