Skip to content

dvgamerr-app/go-oproxapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open API Proxy บน Golang

โปรเจกต์นี้เป็น Open API Proxy ที่พัฒนาขึ้นบน Golang ที่มีการ validate และ performance ที่สูง โดยใช้ library ต่อไปนี้:

คุณสมบัติ

  • การ validate ของ Open API Specification
  • Performance สูงด้วย fasthttp
  • Cache ผลลัพธ์ด้วย gocache

How to use

  1. ติดตั้ง dependencies ด้วย go mod:
go mod tidy
go run main.go

Contributing หากคุณต้องการเพิ่มฟีเจอร์หรือแก้ไขบั๊ก โปรดส่ง Pull Request มาที่โปรเจกต์นี้

License โปรเจกต์นี้ถูกลิขสิทธิ์ภายใต้ MIT License