https://github.com/tensor-programming/elixir-5
A simple elixir server using plug and Cowboy
https://github.com/tensor-programming/elixir-5
Last synced: about 1 year ago
JSON representation
A simple elixir server using plug and Cowboy
- Host: GitHub
- URL: https://github.com/tensor-programming/elixir-5
- Owner: tensor-programming
- Created: 2017-03-18T20:38:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T19:27:05.000Z (about 5 years ago)
- Last Synced: 2025-01-25T20:24:13.125Z (over 1 year ago)
- Language: HTML
- Size: 79.1 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir tutorial part 5
# Plug and Cowboy
### In this tutorial we built a simple server/router example which allows us to match http requests and serve content.
## Run `mix run --no-halt` to run the app.
### Check out the Youtube Tutorial for this [Go Program](https://youtu.be/F4oAZx_ao4s). Here is our [Youtube Channel](https://www.youtube.com/channel/UCYqCZOwHbnPwyjawKfE21wg) Subscribe for more content.
### Check out our blog at [tensor-programming.com](http://tensor-programming.com/).
### Our [Twitter](https://twitter.com/TensorProgram) and our [facebook](https://www.facebook.com/Tensor-Programming-1197847143611799/).