Replies: 1 comment
-
Hey @Ljzn! Can you please give more context on what do you use that server for? Also, instead of injecting into Livebook router you could start a new endpoint on a different port? |
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.
-
Hello! I'm using livebook as a simple test web server, by running on embedded mode, and updating current cowboy routers. The pages can be visited and updated in realtime. For example:
I'm not sure is it a recommended way to use livebook, but it is a easiest way to setup a test server. It would be nice if there is a configure to let a book be executed after node started, as I don't need to worry about node restarting.
Beta Was this translation helpful? Give feedback.
All reactions