Skip to content

A collection of simple examples that demonstrate how to use Elixir plugs in applications.

License

Notifications You must be signed in to change notification settings

jtrost/elixir_plug_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElixirPlugExamples

This is a simple application that uses plugs to respond to HTTP requests.

Installation

  1. Clone this repository and cd into it

  2. Run: mix deps.get

  3. Run: iex -S mix

  4. Access http://localhost:4000

Routes

See /lib/elixir_plug_examples/router.ex for all available routes.

About

A collection of simple examples that demonstrate how to use Elixir plugs in applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages