1.0.2 • Published 3 years ago

jse-api v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago