Skip to content

rizki96/bridge_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bridge

Pyrlang demo for bridging between python and elixir

Installation

Running the demo

  • open two terminal
  • cd bridge_demo # on two terminal go to the project's directory
  • terminal1 run: > iex --name [email protected] --cookie COOKIE -S mix run --no-halt
  • terminal2 run: > python lib/pyrlang/test.py
  • from iex console (terminal1) try run :
    • iex> alias Bridge.PyProxy
    • iex> PyProxy.hello()

About

Pyrlang demo for bridging python and elixir

Resources

Stars

Watchers

Forks

Packages

No packages published