📦 Examples
No Config
require("replup").config();
With Config
require("replup").config({
port: 8080,
path: "/",
message: "Hello!",
debug: true,
});
No Config
require("replup").config();
With Config
require("replup").config({
port: 8080,
path: "/",
message: "Hello!",
debug: true,
});
npm i replup
1
0.0.2
MIT
3.33 kB
6