jse-api

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i jse-api

Weekly Downloads

8

Version

1.0.2

License

ISC

Unpacked Size

532 kB

Total Files

219

Last publish

Collaborators

  • purge_dev