/xway

xway is an easy-to-use, powerful gateway.

Primary LanguageLua

xway

A complete gateway solution.

Feature

  • Cloud Native
  • Management Console
  • Load Balancer
  • API Gateway
  • WAF
  • IP whitelist/blacklist(base on BPF)

Component Structure

  • Console
    • frontend: vue3
    • backend: gin(golang)
  • Gateway
    • gateway: golang
    • agent: golang
    • logclient: filebeat, send logs to msgqueue or Log Center.
  • Log Center
    • logserver: gin(golang), save logs to database.
  • Cache
    • cache: etcd/redis, caching configuration.
  • Message Queue (Optional)
    • msgqueue: kafka, caching logs.

Others