jacobobryant / platypub

A publishing platform built with Biff
MIT License
65 stars 13 forks source link

Replace juice with a jvm alternative #68

Open jacobobryant opened 2 years ago

jacobobryant commented 2 years ago

Currently we use Juice, a Node program, for preprocessing emails. Rendering would be faster if we could stick to the JVM. From a quick search a while ago, a few people suggested doing something with JSoup.