Socket
Book a DemoInstallSign in
Socket

node-replit-uptimer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-replit-uptimer

Don't let your replit go offline, Create a http server with just one line of code and keep pinging to keep your project online!

3.0.0-security
latest
Source
npmnpm
Version published
Weekly downloads
168
-0.59%
Maintainers
1
Weekly downloads
 
Created
Source

node-replit-uptimer

Join our discord
Support: https://teamarcades.xyz/dc
NPM: npmjs.com/package/node-replit-uptimer

Installation

  • npm i node-replit-uptimer
  • npm i k4itrun/node-replit-uptimer
  • yarn add node-replit-uptimer
  • pnpm add node-replit-uptimer

Features

  • No dependencies
  • No configuration required
  • Easy to use (only one line of code)
  • At full speed!

Examples

no configuration

new (require("node-replit-uptimer"))();

with configuration

new (require("node-replit-uptimer"))({
  port: 3000,               // Port on which the server will run
  path: "/your-path",       // Path to which the server will respond
  message: "Hello, World!", // Custom reply message
  debug: true               // Enable debug mode (optional)
});
  • or
const Uptimer = require("node-replit-uptimer");
const server = new Uptimer({
  port: 3000,               // Port on which the server will run
  path: "/your-path",       // Path to which the server will respond
  message: "Hello, World!", // Custom reply message
  debug: true               // Enable debug mode (optional)
});

Issues

If you have any issues with the page, please create new issues here

Aid applications

When submitting a help request:

  • Clone the repository.
  • Create a branch from master and give it a meaningful name (for example, my-new-new-feature).
  • Open a help request on GitHub and describe the new feature or solution.

FAQs

Package last updated on 28 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.