An open API service indexing awesome lists of open source software.

https://github.com/cloudspeech/sig-nal

A <sig-nal> web component for build-free server-side rendering with signals.
https://github.com/cloudspeech/sig-nal

frontend html server-side-rendering signals web webcomponents

Last synced: 20 days ago
JSON representation

A <sig-nal> web component for build-free server-side rendering with signals.

Awesome Lists containing this project

README

        

# sig-nal

<sig-nal> is a zero-dependencies Web Component for Server-Side Rendering with Signals (SSRS) in [**1473**](https://raw.githubusercontent.com/cloudspeech/sig-nal/main/dist/index.min.js) bytes (minified + Brotli-11-compressed).

## Demo

Screenshot 2024-05-20 at 17 03 09

Here is a live [demo](https://cloudspeech.github.io/sig-nal/demo.html?prod).

## Status

This is alpha-quality software and as such not ready for production.

## Counter Example

No build needed, 28 lines of static HTML, 3.6 kB. Compares favourably to [Fresh framework by Deno](https://fresh.deno.dev/) and others! [Try it out!](https://cloudspeech.github.io/sig-nal/counter.html)

Screenshot 2024-05-23 at 16 14 47

## DBMonster Example

The wellknown [DBMonster benchmark from 2015](https://blog.nparashuram.com/2015/03/performance-comparison-on-javascript.html),
reimagined <sig-nal>-style, [runs crazy fast here!](https://cloudspeech.github.io/sig-nal/dbmonster.html)