An open API service indexing awesome lists of open source software.

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

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/).