# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 15
# self = https://watcher.sour.is/conv/luunu2q
@adi What _really is a "web app" anyway? I mean without fancy client-side code like Javascript (_gough gough_) isn't it just a web server serving up a bunch of resources (_pages_)?_
@adi What _really is a "web app" anyway? I mean without fancy client-side code like Javascript (_gough gough_) isn't it just a web server serving up a bunch of resources (_pages_)?_
@adi What _really is a "web app" anyway? I mean without fancy client-side code like Javascript (_gough gough_) isn't it just a web server serving up a bunch of resources (_pages_)?_
@prologic By "web app" I ment SPA.
@prologic By "web app" I ment SPA.
@prologic By "web app" I ment SPA.
@adi do you mean one that doesn’t refresh or one that’s a single page?
@adi do you mean one that doesn’t refresh or one that’s a single page?
@adi do you mean one that doesn’t refresh or one that’s a single page?
@prologic I mean one that it's a single page and all rendering is done via JavaScript client side (doesn't refresh I guess).
@prologic I mean one that it's a single page and all rendering is done via JavaScript client side (doesn't refresh I guess).
@prologic I mean one that it's a single page and all rendering is done via JavaScript client side (doesn't refresh I guess).
@adi Yup Gotcha. Although there are server-side variants of this too that basically tell a Browser, "here's your updated DOM or subset of it, go patch yourself".
@adi Yup Gotcha. Although there are server-side variants of this too that basically tell a Browser, "here's your updated DOM or subset of it, go patch yourself".
@adi Yup Gotcha. Although there are server-side variants of this too that basically tell a Browser, "here's your updated DOM or subset of it, go patch yourself".