marko-js / marko

A declarative, HTML-based language that makes building web apps fun
https://markojs.com/
MIT License
13.27k stars 641 forks source link

High Performance Java Rendering Library #1582

Closed sirinath closed 3 years ago

sirinath commented 4 years ago

Description

Is it possible to provide a high-performance Java serverside rendering library so it can be used when the server-side is not NodeJS?

Why

Server-side may not always be NodeJS.

Users using other web frameworks other than Node can benefit.

cameronbraid commented 4 years ago

You may wish to see if you use markojs in https://www.graalvm.org/

cameronbraid commented 4 years ago

You can always use something like https://vertx.io/ or https://moleculer.services/ to run markojs rendering system out of process using a rpc layer.

DylanPiercey commented 3 years ago

I think @cameronbraid answered this well. We don't currently have any plans to officially support using Marko templates within a Java app.