Discussion about this post

User's avatar
Sanjay Singh's avatar

Elastic search is one which support the geocode base search.

Expand full comment
Harold's avatar

I actually had a question about the Chapter 2 Nearby Friends in this book. It introduced redis pub/sub to listen to the location updates from any websocket and then publish the update to all the subscribers. It's not very clear how websocket servers subscribe to the redis pub/sub. Given websocket servers have many nodes and we don't have knowledge on which websocket connection locates on which host. In case an update needs to be propagated to three websockets, how to determine which websocket server will be invoked?

Expand full comment
3 more comments...

No posts