release: WRNexusJS 0.3.0
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
# WrNexus
|
||||
|
||||
An **SSR-first** full-stack web framework MVP with **server-rendered, reactive
|
||||
components**. Built in TypeScript, **Bun-first**, Node-friendly where possible.
|
||||
> **WRNexusJS 0.3 architecture:** see [the language specification](docs/WRN-LANGUAGE-SPEC-1.0.md),
|
||||
> [architecture guide](docs/ARCHITECTURE-0.3.md), [upgrade guide](docs/UPGRADE-0.3.md), and
|
||||
> [40-point implementation matrix](docs/40-POINT-IMPLEMENTATION-0.3.md). Validate a release with
|
||||
> the [one-by-one test checklist](docs/TEST-CHECKLIST-0.3.md) and [audit record](docs/AUDIT-0.3.md).
|
||||
> An **SSR-first** full-stack web framework MVP with **server-rendered, reactive
|
||||
> components**. Built in TypeScript, **Bun-first**, Node-friendly where possible.
|
||||
|
||||
It gives you file-based pages and API routes, middleware, realtime WebSocket
|
||||
routes, and opt-in client hydration — with a small, readable codebase designed
|
||||
so a custom `.wrn` language/compiler can be layered on later.
|
||||
routes, opt-in client hydration, and the custom `.wrn` language/compiler through
|
||||
one shared syntax and runtime model.
|
||||
|
||||
> 📘 **[The Complete Guide](docs/GUIDE.md)** — one document covering every package,
|
||||
> the whole `.wrn` language, all attributes/config properties, and a step-by-step
|
||||
@@ -28,7 +32,7 @@ so a custom `.wrn` language/compiler can be layered on later.
|
||||
|
||||
## Installation
|
||||
|
||||
Requires [Bun](https://bun.sh) ≥ 1.1.
|
||||
Requires [Bun](https://bun.sh) ≥ 1.3.0.
|
||||
|
||||
```bash
|
||||
bun install
|
||||
|
||||
Reference in New Issue
Block a user