summaryrefslogtreecommitdiff
path: root/js/util
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13Move served files to a public/ directoryFreeyorp3-222/+0
2013-05-13Broadcast active filtersFreeyorp1-1/+11
There is now a simple node application to enable broadcasting of active filters, using socket.io. Currently, everyone on the server will send and receive all changes. This might get chaotic depending on how crowded things become. Perhaps `channels' might help keep things scalable. Broadcasting filters for the stat trellis chart would be interesting. You can also set and change your own nickname. This closes #12.
2013-04-23Add initial stat trellis chartFreeyorp1-0/+130
This should now be implemented efficiently enough for everything else to still work. This currently does not allow filtering, but the dimensions are prepared in a manner that makes this a simple addition.
2013-03-29Load files, parse GAINXP recordsFreeyorp1-0/+37
2013-03-29Add libraries - d3, crossfilter, dcFreeyorp1-0/+45