# 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/jechrcq
Go 語言 socket 框架之心跳處理**
【導讀】本文介紹了 socket 心跳處理的設計和實現。前言:---本次我們來講解怎麼在自己的框架裏面增加心跳處理。已經把所有代碼整合了,希望給個星星支持一下 GitHub - mistaker/microSocket: 同時支持 socket 和 websocket 的框架。心跳處理的必要性:---------服務端需要同時處理上千甚至上萬的客戶端的連接,所以每個連接資源都是很寶貴的,當客戶端斷 ⌘ Read more