Skip to content

VoiceLayer/phoenix_cowboy2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhoenixCowboy2

This is a handler for Cowboy 2 based off of the work on @potatosalad's fork available at https://github.com/potatosalad/phoenix/tree/cowboy2

Installation

  1. Add phoenix_cowboy2 to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:phoenix_cowboy2, github: "voicelayer/phoenix_cowboy2"}]
end
```
  1. Ensure phoenix_cowboy2 is started before your application:
```elixir
def application do
  [applications: [:phoenix_cowboy2]]
end
```

Sample Application

Phoenix

A sample application with plug is available at https://github.com/voicelayer/phoenix_cowboy2_example

About

A phoenix handler for cowboy 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages