jse-api

Fast, unopinionated, minimalist web framework.

Usage no npm install needed!

<script type="module">
  import jseApi from 'https://cdn.skypack.dev/jse-api';
</script>

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