# 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/5pw3u4a
Node-js Deno 2-0 和 Bun 誰最快,我用 Hono-js 給它們做了一個性能跑分**
Deno 和 Bun 是新一代的 JavaScript 運行時,在它們出現之前,服務端的 JavaScript 運行時就只有 Node.js 一個選擇。這倆的出現,一方面是開發者對現狀的不滿,從而想改進;另一方面是邊緣計算逐漸崛起,遵循 Web Standards 的輕量級運行時,市場上有需求。剛剛發佈的 Deno 2.0 聲稱自己是最快的 [1]。但是 Bun 也立刻跟進,說我們更快。這引起了我 ⌘ Read more