Build servers in livebook by exposing a server endpoint #1442
CrowdHailer
started this conversation in
Ideas
Replies: 1 comment
-
Afaik, it should just work to start a server in Livebook. For example, I ran Plug just fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The feature I am interested in is the same as endpoints in runkit. Documentation here https://runkit.com/docs/endpoint
Live book is an excellent replacement for postman. and I use my livebook as a client to test servers.
Having an endpoint feature would allow me to test the other side, i.e. I could test clients by having them hit the server that livebook is running.
I'm not sure if there is already a way to make this work. I've tried a few approaches but had difficulty starting applications and livebook. Currently I am using the mac native install of livebook on a machine where I don't have elixir installed
Beta Was this translation helpful? Give feedback.
All reactions