clkao: 主要是為了避掉 github API 的 rate llimit. 用前端 js 直接拉 github API 會被 rate limitation 擋住。我們又不想要 own 太多邏輯跟 data 在自己這邊。 因此讓前端 js code 打我們自己的 proxy server 去抓 github 的 issue API. Proxy server 再去 github 撈資料。 中間會 cache 住一分鐘 (或更久)。