Static file server

I made to write static file server, can be used as 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 :)

comments powered by Disqus