Skip to content

bagwanpankaj/web_share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir Web Share

For creating CDN server using Cowboy with Elixir.

You need Elixir installed (instructions here) to run this example. After installing Elixir, you should have both elixir and mix executables available.

You also need rebar in your PATH to compile dependencies.

Getting Started

git clone <this-repo>

cd webshare

mix compile

mix run --no-halt

if there are any errors try running

mix deps.clean --all

mix deps.get

mix compile

mix run --no-halt

About

A CDN server using Elixir with cowboy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published