@gio.js/core
v0.1.0-beta.4
Published
Internal Node runtime for [**GioJS**](https://giojs.com) — the React SSR bridge that the Rust server talks to over IPC. It also powers `gio export` (static export).
Downloads
538
Maintainers
Readme
@gio.js/core
Internal Node runtime for GioJS — the React SSR bridge that the Rust server talks to over IPC. It also powers gio export (static export).
You probably don't want to install this directly. Scaffold an app instead:
npm create giojs@latest
@gio.js/coreis a dependency of@gio.js/server.
What it does
- Discovers
page/layout/routefiles (.tsx/.jsx/.js) underapp/. - Renders routes to HTML via
renderToReadableStream, runninggetServerSideProps. - Bridges to the Rust server over a length-prefixed IPC protocol.
- Pre-renders to static HTML (
gio export), generatingrobots.txt+sitemap.xml.
Links
- 🌐 Website & docs — https://giojs.com
- 🐙 GitHub — https://github.com/Ggaming5005/GioJS
MIT © GioJS
