Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ch4s3/http_2_today

Elixir Phoenix HTTP/2 demo app
https://github.com/ch4s3/http_2_today

demo-app elixir http2 phoenix-framework webpack3

Last synced: 19 days ago
JSON representation

Elixir Phoenix HTTP/2 demo app

Awesome Lists containing this project

README

        

# Http2Today

To start your Phoenix server:

* Install dependencies with `mix deps.get`
* Run `openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout priv/server.key -out priv/server.pem`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](https://localhost:4000) from your browser.

Visit [my blog article](https://chase.pursu.es/http-2-today-with-phoenix.html) for more details.