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.
- Host: GitHub
- URL: https://github.com/cloudspeech/sig-nal
- Owner: cloudspeech
- License: mit
- Created: 2024-04-15T17:38:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T17:07:19.000Z (about 2 months ago)
- Last Synced: 2025-04-12T02:11:35.798Z (20 days ago)
- Topics: frontend, html, server-side-rendering, signals, web, webcomponents
- Language: HTML
- Homepage:
- Size: 121 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
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)
## 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)