# 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/3idzgrq
什麼是微服務?如何拆分微服務?**
在瞭解微服務之前,我們需要了解一下它的背景。微服務的背景大約在 2005 年左右,隨着互聯網公司的快速發展,許多企業開始遇到單體應用程序在可擴展性和靈活性方面的瓶頸,爲了應對這些挑戰,企業開始探索將應用程序拆分成更小的、獨立的組件。基於上述的背景,微服務的發展出現了幾個關鍵時刻:2011 年:在這段時間,行業內開始廣泛使用 “微服務” 這一術語。雖然沒有一個明確的 “首次提出” 事件,但在技術會議 ⌘ Read more