question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Server render

See original GitHub issue

PlantUML supports running as a server by this command:

java -jar -picoweb

then by encode input text using brotli compression and a ‘base64 like encoding algorithm’ to a new text and post it to the sever to get the rendered image. It’s useful if a group use the same server with same plantuml packages (e.g. C4 model package). I suggest to add a config option to use server render with a URL as an input. This feature is implemented in plantuml for vscode extension so I am looking forward to the same feature in idea. Related docs: plantuml picoserver plantuml text encoding

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:14

github_iconTop GitHub Comments

2reactions
krasacommented, Mar 5, 2021

Done.

1reaction
krasacommented, Mar 5, 2021

I made a change, you will need to configure the url again in the new update.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature Requests - Render
I often write my apps with docker-compose to specify all the docker options. I would render to be able to read my docker-compose...
Read more >
Feature request: server-side rendering - antonmedv/codejar
when a page is only partially rendered on the server (with everything rendered on the server, but text editor rendered on the client),...
Read more >
Data Fetching: getServerSideProps - Next.js
If you export a function called getServerSideProps (Server-Side Rendering) from a page, Next.js will pre-render this page on each request using the data ......
Read more >
Server-side rendering - Apollo GraphQL Docs
Server -side rendering (SSR) is a performance optimization for modern web apps. It enables you to render your app's initial state to raw...
Read more >
Using LaunchDarkly with Next.js
In the past, rendering occurred in just one place: the server. In response to a page request, the server would return HTML that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found