# 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/nd2nepa
golang 生態下如何設計百萬級別的 websocket 系統**
go websocket 庫介紹Go 有幾個流行的 WebSocket 庫,可以輕鬆地嚮應用程序添加實時通信。讓我們來看看一些最常用的庫以及它們的比較。net/websocket net/websocket 是 Go 標準庫中包含的標準 WebSocket 庫。它提供了一個簡單的 API,用於創建 WebSocket 服務器和客戶端,並支持 WebSocket 協議和較舊的 Hixie 76 ⌘ Read more