Static file server
Published in
1 min readJun 1, 2020
This story was originally published here on March, 02, 2014
I made to write a static file server, can be used as a CDN server. Find it at GitHub
Clone it
git clone git@github.com:bagwanpankaj/web_share.git
cd webshare
mix compile
mix run --no-halt
If you face any problem, try
mix deps.clean --all
mix deps.get
mix compile
mix run --no-halt
Happy Coding :)