3.1.3 ā€¢ Published 2 months ago

servemon v3.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Servemon

āš” Blazing fast & lightweight web cli server for Node.js. That always starts and reloads under 10-8ms šŸ˜Ž

Getting Started

Step 1

Install servemon

bun add -g servemon
pnpm add -g servemon
yarn add -g servemon
npm install -g servemon

Step 2

Start the serve process

servemon

And then you are good to go. Your server starts under 8-10ms. šŸ„³

Configuration

The config file its used to configure the servemon server. Everything happens in servemon.json

Example config file.

{
  "dir": "./test",
  "port": 4000,
  "logger": false,
  "watch": true
}

Config Values

NameTypeDescription
dirstringOptional. The directory you have your files
portnumberOptional. The port you want to serve on
loggerbooleanOptional. Enable or disable the logger
watchbooleanOptional. Enable or disable the watcher, uses web-sockets to live reload
timerbooleanOptional. Enable or disable the timer that logs how many ms the server took to start and reload pages
3.1.3

2 months ago

3.1.2

2 months ago

3.1.1

2 months ago

3.1.0

2 months ago

3.0.3

5 months ago

3.0.2

5 months ago

3.0.1

5 months ago

3.0.0

2 years ago

2.1.7

2 years ago

2.1.9

2 years ago

2.0.9

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

1.0.8-1

2 years ago

1.0.8

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.9

2 years ago

0.1.7-1

2 years ago

0.1.7

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago