Node.js Runtime
Overview
ZyveraWeb can run server-side JavaScript directly inside the JVM using GraalVM Polyglot (GraalJS)...
Project Structure
A Node.js project in ZyveraWeb follows a specific directory layout. Directory Layout plugins/Zyve...
server.js API
The server.js file is the backend entry point for a Node.js project. It must define a global hand...
NPM Packages
ZyveraWeb includes a pure-JVM npm client that can download and install npm packages without requi...
React and SSR
ZyveraWeb supports React applications in two modes: 1. Single Page Application (SPA) Build your R...
Example Projects
ZyveraWeb creates two example Node.js projects on first run to help you get started. Demo Project...