0.0.1 • Published 2 years ago

cble.js v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Feature

  • Easy to learn
  • Simple

SetUp

const { API } = require("cble.js");

const api = new API({
  port: 3000, //default port or use your port.
});

api.route.add({
  path: "/",
  code: `
    console.log('Hello World')
  `
})

api.deploy() // deploy your API.

🔗 Link

0.0.1

2 years ago