0.0.1 • Published 2 years ago
cble.js v0.0.1
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