UNPKG

godprotocol

Version:

A distributed computing environment for Web 4.0 — integrating AI, decentralisation, and virtual computation.

14 lines (10 loc) 327 B
import GodProtocol from "./Godprotocol.js"; // let gp = new GodProtocol({ // platform_uri: "profile.savvyaisolution.com", // api_key: process.env.API_KEY, // db_config: {}, // }); // gp.add_router("v2", {}); // gp.load_services(services); // app.use((req, res) => gp.on_request(req, res)); export default GodProtocol;