mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-09 00:17:59 +08:00
11 lines
209 B
Markdown
11 lines
209 B
Markdown
# Livebook Protobuf
|
|
|
|
Livebook uses Protobuf messages for cross-backend communication over WebSocket.
|
|
|
|
## Generate message
|
|
|
|
To generate the message modules, you'll need to run:
|
|
|
|
```sh
|
|
mix protobuf.generate
|
|
```
|