Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ch4s3/http_2_today
- Owner: Ch4s3
- Created: 2018-01-29T04:54:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T04:11:48.000Z (almost 7 years ago)
- Last Synced: 2023-03-30T02:51:00.817Z (almost 2 years ago)
- Topics: demo-app, elixir, http2, phoenix-framework, webpack3
- Language: JavaScript
- Size: 108 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.