lukasender / phoenix-realtime-interactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime

Powered by the wonderful Phoenix Framework.

The real magic happens in

  • ./lib/realtime_web/live/page_live.ex
  • ./lib/realtime_web/live/page_live.html.leex

A couple more lines in

  • lib/realtime/store/store.ex
  • lib/realtime/store/supervisor.ex

Most of the rest is generated and bootstrapped by mix phx.new.

Development Setup

To start your Phoenix server:

  • Setup the project with mix setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Deployment

A Dockerfile and docker-compose.yml exists for release and deployment.

Build a new release, run:

docker-compose build

How does it look?

How does it look?

Learn more

About


Languages

Language:Elixir 83.3%Language:JavaScript 8.8%Language:CSS 4.8%Language:Dockerfile 2.6%Language:HTML 0.6%