|
|
|
|
|
by babs474
5263 days ago
|
|
Sure, reddit has (or had at one point) a json api to get all new comments as they stream in. Unedditreddit simply saved those comments. Later when the user indicates they are interested in a certain comment id, I can simply serve it up out of my database. Whether the same approach would work today depends on how well the reddit new comment api is holding up. Even a year ago, when unedditreddit was working, new comments was a decent sized firehose and the approach seemed to work well. |
|