mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-28 06:15:59 +08:00
Reference runtimes from phoenix integration docs.
This commit is contained in:
parent
ee76926afc
commit
58d8aa831e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ Now you can call functions from your Phoenix app using [`erpc`](https://www.erla
|
|||
> #### Understanding the multiple Erlang VM nodes involved {: .info}
|
||||
>
|
||||
By default, Livebook starts a new Erlang VM node for each notebook. This is
|
||||
> the **standalone runtime**.
|
||||
> the [standalone runtime](runtime.md#standalone-runtime).
|
||||
>
|
||||
> Since your Phoenix app is running on another node, you need to use remote procedure
|
||||
> calls to execute functions from your Phoenix app:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue