/hotspot

golang with vue example

Primary LanguageJavaScript

前后端分离的简单尝试——Hotspot

后端:

  • 爬虫:goquery
  • Server:gin

前端:

  • vue
  • Vuetify

TODO:

  • pwa

example

定时执行 spider

crontab -e

1 *  *   *   * cd /var/hotspots && ./hotspots -m spider >> /tmp/main.log 2>&1