{"id":20980432,"url":"https://github.com/ektx/iserver","last_synced_at":"2026-04-11T11:36:22.678Z","repository":{"id":34534333,"uuid":"38477486","full_name":"ektx/iServer","owner":"ektx","description":"Simple Server! Help your quick use server power!","archived":false,"fork":false,"pushed_at":"2021-05-27T13:50:43.000Z","size":16195,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"v8","last_synced_at":"2025-03-13T03:32:25.709Z","etag":null,"topics":["express","http-server","https-server","iserver","koa2","node-js","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ektx.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-03T06:53:48.000Z","updated_at":"2021-01-25T15:03:29.000Z","dependencies_parsed_at":"2022-09-08T12:01:18.084Z","dependency_job_id":null,"html_url":"https://github.com/ektx/iServer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ektx%2FiServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ektx%2FiServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ektx%2FiServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ektx%2FiServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ektx","download_url":"https://codeload.github.com/ektx/iServer/tar.gz/refs/heads/v8","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243382934,"owners_count":20282050,"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":["express","http-server","https-server","iserver","koa2","node-js","nodejs"],"created_at":"2024-11-19T05:28:31.689Z","updated_at":"2025-12-29T11:52:52.390Z","avatar_url":"https://github.com/ektx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iServers \n\nA simple server developed using nodeJS.\n使用nodeJS开发的简单服务器。\n\n本地静态服务器，通过浏览器快捷管理文件服务。\n\n[TOC]\n\n## 主题效果   \n支持深色主题与浅色主题   \n\n![主题效果](http://ww1.sinaimg.cn/large/9444af88ly1g9270mkrdpj219p0u0jui.jpg)\n\n- 支持 HTML、CSS、Vue、JOSN、markdown 等文件的预览\n- 支持打开本地文件目录\n- 支持快速复制文件目录  \n- 支持快速查寻功能(过滤列表功能)\n- 支持预览图片\n- 支持 markdown 文件渲染\n- 支持 HTML 文件的预览\n- 支持使用二维码快速访问\n- LightView（支持滚动历史记录）\n\n## Installation\n```bash\nnpm i -g iservers\n```\n\n## Usage\n```bash\n# 进入你想要作用服务器根目录的地址:\ncd yourExistingFolder\n\n# 启动:\n# 启动 8080 端口服务\niserver\n\n# 帮助信息\niserver -h\n```\n\n## UnInstallation\n```bash\nnpm uni -g iservers\n```\n\n## Features \n\n### 动态监听文件的变化\n![Nov-18-2019 15-11-13.gif](http://ww1.sinaimg.cn/large/9444af88ly1g927pt321hg20hs0bfkjq.gif)\n\n同时也支持文件夹的变化监听。\n\n### 文件预览\n可以对 html\\css\\js等文件文件直接查看\n![](http://ww1.sinaimg.cn/large/9444af88ly1gcliv754czg20lw0e70w9.gif)\n\n### 打开本地文件\n在你查看的项目文件时，可以快速的打开本地地址。\n![](http://ww1.sinaimg.cn/large/9444af88ly1gcliw9n4oog20lw0e7jyt.gif)\n\n### 复制文件路径\n你可以使用右键然后选择**复制当前路径**快速得到文件地址，然后可以在你要使用的地方，粘贴出来\n![](http://ww1.sinaimg.cn/large/9444af88ly1gclix16aj6j20h60dk3za.jpg)\n\n### LightView\n\n点击目录或切换浏览器历史记录时，高亮定位内容，并高亮显示。\n\n## 属性说明\n**iserver [options]**\n\n| 属性 | 类型 | 说明 | 默认值 |\n|:---:|:---|:---|:---|\n| `-p` | `number` | 端口 | 8080 |\n| `-s` | `boolean` | 是否要使用 https | true |\n| `-b` | `[chrome\\|firefox\\|ie\\|opera]` | 指定打开浏览器 | 默认浏览器 |\n\n\n## 相关资料  \n\n查看 [node.js](https://nodejs.org/)  \n查看 [koa](https://koajs.com/)  \n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fektx%2Fiserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fektx%2Fiserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fektx%2Fiserver/lists"}