Skip to content

An Elixir/Phoenix server to test Elixir/Phoenix Channels

Notifications You must be signed in to change notification settings

vrcmarcos/channels-phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChannelsPhoenix

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

To broadcast some messages, start Phoenix server in interactive mode iex -S mix phoenix.server and run the command ChannelsPhoenix.Endpoint.broadcast "room:lobby", "new:msg", %{"msg" => "SOME MESSAGE"}

About

An Elixir/Phoenix server to test Elixir/Phoenix Channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published