Skip to content

Introduction to the properties of the BEAM virtual machine.

License

Notifications You must be signed in to change notification settings

bloxera/intro_beam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntroBeam

Demo application to showcase features and functionalities of the Erlang VM (BEAM).

It is inspired by the talk "The Soul of Erlang and Elixir" from Saša Jurić but keeps the additions to the auto-generated Phoenix skeleton app to the minimum.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server
  • On order to limit the VM to use 1 core, use iex --erl "+S 1" -S mix phx.server

Now you can visit localhost:4000 from your browser.

About

Introduction to the properties of the BEAM virtual machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published