https://github.com/kdungs/coffee-now
Working on an app that allows you to meet for coffee with people nearby.
https://github.com/kdungs/coffee-now
coffee experiment web
Last synced: about 2 months ago
JSON representation
Working on an app that allows you to meet for coffee with people nearby.
- Host: GitHub
- URL: https://github.com/kdungs/coffee-now
- Owner: kdungs
- License: mit
- Created: 2015-01-09T22:06:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T01:26:59.000Z (over 10 years ago)
- Last Synced: 2025-02-08T07:25:55.756Z (3 months ago)
- Topics: coffee, experiment, web
- Language: Go
- Homepage:
- Size: 1.99 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoffeeNow!
Experimenting with an app that allows you to have a coffee with people close by on short notice.
Using [PostgreSQL](http://www.postgresql.org/) for the database (especially for its ability to do [radius queries](http://datachomp.com/archives/radius-queries-in-postgres/)) and Websockets for communication between the server and the front-end.
At this stage there are two branches with separate experiments:
* [experiments/postgres](https://github.com/kdungs/coffee-now-server/tree/experiments/postgres): Explore PostgreSQL bindings for Go and play around with radius queries.
* [experiments/websocket](https://github.com/kdungs/coffee-now-server/tree/experiments/websocket): Have a look at websockets in Go with a demo HTML app._This repository is work in progress._