https://github.com/iggredible/elixir_web_study
Create simple web server with Elixir + Cowboy based on https://shankardevy.com/code/create-elixir-web-app-using-cowboy/
https://github.com/iggredible/elixir_web_study
Last synced: 4 months ago
JSON representation
Create simple web server with Elixir + Cowboy based on https://shankardevy.com/code/create-elixir-web-app-using-cowboy/
- Host: GitHub
- URL: https://github.com/iggredible/elixir_web_study
- Owner: iggredible
- Created: 2018-06-20T02:31:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T02:31:32.000Z (almost 7 years ago)
- Last Synced: 2025-01-07T06:43:22.297Z (5 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ElixirWeb
Creating Elixir web server with cowboy (1.0.0), per https://shankardevy.com/code/create-elixir-web-app-using-cowboy/ guide