Skip to content

Megakuul/oneshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oneshot Development Reverseproxy 💥

Does as it says: one single command to launch a dev reverse proxy.

go run github.com/megakuul/oneshot@latest

Tip

oneshot uses a simple regex router. Each route path segment consists of a regular expression with priority based on order. Most specific route always wins.

(e.g. / => https://myfrontend.com and /api => http://localhost:8000)

(e.g. / => http://localhost:5173 and /v1\..+ => https://mybackend.com)

(e.g. /app-v[1-9]+ => http://localhost:8000 and /app-.+ => https://myprodapp.com)

About

💥 Zeroconfig Reverseproxy for Development

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages