Skip to content

A web-socket event-based library for storing geohashed keys and setting up proximity queries on them (a la GeoFire).

Notifications You must be signed in to change notification settings

cflann/geo-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geo-query

A web-socket event-based backend for storing geohashed keys and setting up proximity queries on them (a la GeoFire). Built with Node, Express, and socket.io.

Proximity queries and key tracking is done using the node-geo-proximity package, running on a Redis server.

Usage

Getting set up is easy!

  1. Start a local Redis server with redis-server
  2. npm install
  3. node index.js
  4. Navigate to localhost:3000 in your browser of choice!

About

A web-socket event-based library for storing geohashed keys and setting up proximity queries on them (a la GeoFire).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published