Feature Request: Server render
See original GitHub issuePlantUML 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:
- Created 3 years ago
- Reactions:1
- Comments:14
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done.
I made a change, you will need to configure the url again in the new update.