[how to] Generate server-side HTML

This page summarizes the projects mentioned and recommended in the original post on /r/purescript

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • hiccup

    Fast library for rendering HTML in Clojure

  • I'm about to learn PureScript, coming from a functional TypeScript, Clojure and Elm background. To get a first taste for the language I thought I'd rewrite my Clojure test-app which generates static HTML files from JSON input using the (hiccup templating library)[https://github.com/weavejester/hiccup]. Is there some similar library in PureScript which would provide functions to create an HTML document and its content? I could not find anything when searching pursuit, but I might be just be using the correct search terms.

  • purescript-halogen-vdom-string-renderer

    String rendering for halogen-vdom

  • there are a few "frameworks" that include server-side-rendring (for example flame: https://www.reddit.com/r/purescript/comments/fud1za/purescriptflame_cool_well_documented_alternative/) others where not designed with this in mind but often give you some usable way to render components as strings (an example for Halogen: https://github.com/purescript-halogen/purescript-halogen-vdom-string-renderer)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • purescript-smolder

    A combinator library for generating markup

  • Thanks... maybe server side rendering is not an appropriate description for what I'm trying to achieve. Basically I want just what I said above: generate some HTML and then IO it to console/file. I found Smolder which seems to do that in a simple way and also has a build in string renderer. The usage of do seems a little strange, though.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Clojure Bites - Render HTML, introducing selmer template library

    2 projects | /r/Clojure | 8 Jun 2023
  • Hiccup: Fast library for rendering HTML in Clojure

    1 project | news.ycombinator.com | 7 Jun 2022
  • Using scittle to solve wordle

    6 projects | dev.to | 18 Apr 2022
  • I created a programming language and this blog is powered by it

    2 projects | news.ycombinator.com | 5 Oct 2021
  • What are common mistakes or unidiomatic patterns you see beginners write in lisp ?

    3 projects | /r/lisp | 4 Sep 2021