GeoIP service as a cloud function

1 · Eli Bendersky · May 31, 2019, 12:31 p.m.
In this post I'll go through a complete code sample that deploys a simple service as a Google Cloud Function (GCF). The service uses built-in capabilities of the GCF runtime to serve GeoIP (a.k.a. GeoLocation) information about its clients, letting dynamic web pages know where their visitors are …...