lightify
lightify copied to clipboard
a reverse proxy that boosts the web app performance!
Given font urls like these: ``` ``` They're getting mangled such that what ultimately winds up in the rendered markup is: ``` @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400;...
I am using lightify to proxy a site that uses websockets and it isn't loading properly, wondering if lightify supports websockets.
Wow! first nice work. Just a single file to control the whole ride is cool. Just few suggestion 1. Changing "net/http" to "fasthttp" router? 2. Removing regex or adding an...