/* catcrafts.net Copyright (C) 2026 Catcrafts The source code of this website is made available for viewing purposes only. No permission is granted to copy, modify, distribute, or create derivative works. */ // The native server: server-rendered pages, order storage, and the bunq // payment rail. // // Unlike Catcrafts.Shared this module is host-only and may import whatever it // needs — Crafter.Network here, OpenSSL for request signing. The division of // labour is that Shared decides what the markup IS and Server decides how it // reaches a socket, where orders live, and how money moves. export module Catcrafts.Server; import std; import Catcrafts.Shared; export namespace Catcrafts::Server { // Parse content/*.json and lift the wasm bundle's