{"id":20177943,"url":"https://github.com/lassejlv/servemon","last_synced_at":"2025-04-10T04:31:09.996Z","repository":{"id":49338043,"uuid":"517150155","full_name":"lassejlv/servemon","owner":"lassejlv","description":"⚡ Blazing fast \u0026 lightweight web cli server for Node.js","archived":false,"fork":false,"pushed_at":"2024-03-12T09:24:13.000Z","size":841,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T20:00:59.875Z","etag":null,"topics":["cli","fast","nodejs","server","web"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lassejlv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-23T19:45:32.000Z","updated_at":"2024-03-06T11:14:56.000Z","dependencies_parsed_at":"2024-03-12T10:41:15.990Z","dependency_job_id":"e51b4a6d-0f3f-4504-bc7d-04edc96fa8f4","html_url":"https://github.com/lassejlv/servemon","commit_stats":null,"previous_names":["lassv/servemon","lassejlv/servemon","latze05/servemon"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassejlv%2Fservemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassejlv%2Fservemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassejlv%2Fservemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassejlv%2Fservemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lassejlv","download_url":"https://codeload.github.com/lassejlv/servemon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248157393,"owners_count":21057001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","fast","nodejs","server","web"],"created_at":"2024-11-14T02:18:20.838Z","updated_at":"2025-04-10T04:31:09.923Z","avatar_url":"https://github.com/lassejlv.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Servemon\n\n⚡ Blazing fast \u0026amp; lightweight web cli server for Node.js. That always starts and reloads under 10-8ms 😎\n\n# Getting Started\n\n### Step 1\n\nInstall servemon\n\n```bash\nbun add -g servemon\npnpm add -g servemon\nyarn add -g servemon\nnpm install -g servemon\n```\n\n### Step 2\n\nStart the serve process\n\n```bash\nservemon\n```\n\nAnd then you are good to go. Your server starts under 8-10ms. 🥳\n\n# Configuration\n\nThe config file its used to configure the servemon server. Everything happens in `servemon.json`\n\nExample config file.\n\n```json\n{\n  \"dir\": \"./test\",\n  \"port\": 4000,\n  \"logger\": false,\n  \"watch\": true\n}\n```\n\n## Config Values\n\n| Name     | Type      | Description                                                                                                |\n| :------- | :-------- | :--------------------------------------------------------------------------------------------------------- |\n| `dir`    | `string`  | **Optional**. The directory you have your files                                                            |\n| `port`   | `number`  | **Optional**. The port you want to serve on                                                                |\n| `logger` | `boolean` | **Optional**. Enable or disable the logger                                                                 |\n| `watch`  | `boolean` | **Optional**. Enable or disable the watcher, uses web-sockets to live reload                               |\n| `timer`  | `boolean` | **Optional**. Enable or disable the timer that logs how many ms the server took to start and reload pages |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassejlv%2Fservemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flassejlv%2Fservemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassejlv%2Fservemon/lists"}