Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 610 Bytes

README.md

File metadata and controls

45 lines (25 loc) · 610 Bytes

gogobbles

Turkey themed todo app

URL

Gogobbles!

What is it?

Consists of 2 pages:

/

Landing page,

/list/:label

Your list.

Is it realtime?

It's kind of. It'll update every 3 seconds and add new items that were added for anyone on the same page. Removed items don't get updated unless they refresh the page.

Stack

Server - Go - Martini

DB - MongoDB - mgo

Frontend - Bare JS

Future:

I plan on removing Martini as a dependency and picking up ReactJS to replace my hacked javascript.

API

Docs here

LICENSE

MIT