jse-api
v1.0.2
Published
Fast, unopinionated, minimalist web framework.
Downloads
303
Readme
Install: npm install jse-api
How to use?
const jse = require('jse-api');
const app = jse();
app.get('/', (req, res)=>{
console.log('[INFO]: Your now in');
res.send('Hello From JSE!');
app.listen(5555) // localhost:5555
})
Join Sodium Engine Discord Server