ThoughtWorksInc / Binding.scala

Reactive data-binding for Scala
https://javadoc.io/page/com.thoughtworks.binding/binding_2.13/latest/com/thoughtworks/binding/index.html
MIT License
1.59k stars 108 forks source link

Server-side rendering #85

Open maoxianfly opened 6 years ago

maoxianfly commented 6 years ago

renderToString and renderToStaticMarkup?

Atry commented 6 years ago

This feature may be possible by using Scala.js + Node.js + jsdom, but I did not try this approach.

@maoxianfly , feel free to create an example under https://github.com/ThoughtWorksInc/Binding.scala/wiki if you are interested

burakkose commented 6 years ago

It would be nice to see an example with server-side rendering for multi-page applications.

da-liii commented 6 years ago

Also interested in using Binding.scala at server side.