0.3: Prototype
Past due by about 6 years
15% complete
General prototype of full-stack framework, including client-side components that bind to server-side resources automatically.
The features should be as follows:
- Canonical URLs: one URL, one document or collection. A single address for each.
- Event API: events are accessible via WebSockets, both routable by canonical URL and with a protocol for multiplex…
General prototype of full-stack framework, including client-side components that bind to server-side resources automatically.
The features should be as follows:
- Canonical URLs: one URL, one document or collection. A single address for each.
- Event API: events are accessible via WebSockets, both routable by canonical URL and with a protocol for multiplexing.
- Content Negotiation: canonical URLs accept and distinguish between both
Accept: application/json
andAccept: text/html
, rendering the underlying resource in the requested format - Responsive Web: the compiled bundle should contain a complete encapsulation of the requested resource without requiring any further non-deterministic computation (i.e., the content is visible without JavaScript)