express-replit.js
express-replit is a module that with help you to get your Repl
To install it you can do:
~$ npm install express-replit@latest
The import it in your file by using:
const { express } = require('express-replit')
var port = 3000 // you can set the port you want ex: 5000
var ready = `Ready on port: ${port}` // you can custom this too
var text = `The server succesdfully running!` // this can be customized too
const app = new express(port, ready, text)
- 1st credit to: me
- discord:
@Star_Angel44100#0154
- discord:
- 2nd credit to: my friend
- discord:
@PS MΔne 83ץ#0666
- discord:
- 3rd credit to: my working team
- website: soon