livebook/proto
Cristine Guadelupe 579415fea4
Partially revert "Removes deployment group deletion (#2479)" (#2480)
* Revert "Removes deployment group deletion (#2479)
2024-02-09 20:08:33 +07:00
..
lib Partially revert "Removes deployment group deletion (#2479)" (#2480) 2024-02-09 20:08:33 +07:00
.formatter.exs Use WebSocket and Protobuf instead of GraphQL with Livebook Enterprise (#1504) 2022-11-03 13:49:07 -03:00
.gitignore Use WebSocket and Protobuf instead of GraphQL with Livebook Enterprise (#1504) 2022-11-03 13:49:07 -03:00
messages.proto Implements the management of Deployment Group's agent keys (#2458) 2024-01-30 14:20:46 -03:00
mix.exs Implements the management of Deployment Group's agent keys (#2458) 2024-01-30 14:20:46 -03:00
mix.lock Implements the management of Deployment Group's agent keys (#2458) 2024-01-30 14:20:46 -03:00
README.md Use WebSocket and Protobuf instead of GraphQL with Livebook Enterprise (#1504) 2022-11-03 13:49:07 -03:00

Livebook Protobuf

Livebook uses Protobuf messages for cross-backend communication over WebSocket.

Generate message

To generate the message modules, you'll need to run:

mix protobuf.generate