# uhtml-ssr **Repository Path**: mirrors_WebReflection/uhtml-ssr ## Basic Information - **Project Name**: uhtml-ssr - **Description**: uhtml for Service Worker, Web Worker, NodeJS, and other SSR cases - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-23 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # µhtml-ssr [](https://github.com/WebReflection/uhtml-ssr/actions) [](https://coveralls.io/github/WebReflection/uhtml-ssr?branch=main) **Social Media Photo by [Nathan Dumlao](https://unsplash.com/@nate_dumlao) on [Unsplash](https://unsplash.com/)** **[µhtml](https://github.com/WebReflection/uhtml#readme)** for Service Worker, Web Worker, NodeJS, and other *SSR* cases, based on [µcontent](https://github.com/WebReflection/ucontent#readme) logic, but without 3rd party tools (no minification, etc.). This module can be used as drop-in replacement for *µhtml* components, but rendered *SSR*, or where there is no *DOM*. This module also exports `uhtml-ssr/async` helpers to always resolve asynchronous interpolations. ```js import {render, html, svg} from 'uhtml-ssr'; // render accepts a callback instead of a DOM node // or a response object with a `res.write(content)` method. render(String, html`