Skip to content

sammarten/event_bus_exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple implementation of Event Bus in Elixir

To Run

mix deps.get

mix compile

Once compiled, run iex -S mix to start the application in a command shell.

At the command prompt, you can run these statements to send messages around the Event Bus.

alias DistributedComponents.EventGenerator

EventGenerator.one()

EventGenerator.two()

EventGenerator.three()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages