Skip to content
/ dami Public
forked from biesiad/deelay

💰 cache proxy for http resources

License

Notifications You must be signed in to change notification settings

thrzl/dami

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[dami]

💰 inline cache proxy for http resources

slow loading resources (images, scripts, etc) can break your code. fix this by caching them.

[run locally]

$ git clone https://github.com/terabyte3/dami
$ cd dami
$ bun run index.js
[i] starting dami on port 8000

[docker run]

$ docker build -t dami .
$ docker run -p 8000:8000 dami
Starting delay on port 8000

[usage]

curl localhost:8000/http://mysite.com/image.gif

About

💰 cache proxy for http resources

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • Dockerfile 7.9%