Update README.md

This commit is contained in:
Josh Baker 2016-03-20 12:32:53 -07:00
parent 1d84b9e6b2
commit fe663a0b30
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ Tile38 is an open source (MIT licensed), in-memory geolocation data store, spati
## Features
- Spatial index with [search](#searching) methods such as Nearby, Within, and Intersects.
- Realtime [geofencing](#geofencing).
- Assign [Webhooks](http://tile38.com/commands/sethook) to Geofences.
- Realtime [geofencing](#geofencing) through persistent sockets or [webhooks](http://tile38.com/commands/sethook).
- Variety of client protocols, including [http](#http) (curl), [websockets](#websockets), [telnet](#telnet), and a [native interface](#native-interface).
- Object types of [lat/lon](#latlon-point), [bbox](#bounding-box), [Geohash](#geohash), [GeoJSON](#geojson), [QuadKey](#quadkey), and [XYZ tile](#xyz-tile).
- Server responses are in json.