# 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 1
# self = https://watcher.sour.is/conv/msekpkq
萬字詳解,帶你徹底掌握 WebSocket 用法(至尊典藏版)**
一、  簡介------1.1 什麼是 WebSocketWebSocket 是一種協議,用於在 Web 應用程序和服務器之間建立實時、雙向的通信連接。它通過一個單一的 TCP 連接提供了持久化連接,這使得 Web 應用程序可以更加實時地傳遞數據。WebSocket 協議最初由 W3C 開發,並於 2011 年成爲標準。1.2 WebSocket 的優勢和劣勢WebSocket 的優勢包括:實時性 ⌘ Read more