{"id":21989038,"url":"https://github.com/imweb/fis3-server-imweb","last_synced_at":"2026-04-10T23:58:05.292Z","repository":{"id":57237402,"uuid":"71419056","full_name":"imweb/fis3-server-imweb","owner":"imweb","description":"another fis3 server.","archived":false,"fork":false,"pushed_at":"2016-10-20T02:45:08.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-02-28T23:53:46.212Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-20T02:43:11.000Z","updated_at":"2016-10-20T02:45:09.000Z","dependencies_parsed_at":"2022-08-26T14:04:17.851Z","dependency_job_id":null,"html_url":"https://github.com/imweb/fis3-server-imweb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imweb%2Ffis3-server-imweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imweb%2Ffis3-server-imweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imweb%2Ffis3-server-imweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imweb%2Ffis3-server-imweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imweb","download_url":"https://codeload.github.com/imweb/fis3-server-imweb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245048276,"owners_count":20552483,"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":[],"created_at":"2024-11-29T19:27:28.128Z","updated_at":"2026-04-10T23:58:00.265Z","avatar_url":"https://github.com/imweb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fis3-server-imweb\n\n**fork from https://github.com/fex-team/fis3-server-node**\n\n可以处理上传文件的服务器。\n\n## 设置\n\n```js\nfis.set('server.type', 'imweb');\n```\n\n## 相关接口\n\n* 使用中间件 `multer` ，可以查询其[文档](https://github.com/expressjs/multer/blob/master/doc/README-zh-cn.md)\n* fis 中 mock 数据的相关文档，[这里](http://fis.baidu.com/fis3/docs/node-mock.html)\n\n## 实例\n\n```js\nmodule.exports = (req, res) =\u003e {\n    //上传的文件在 req.files 中\n    // req.files 是一个数组\n    const file = req.files \u0026\u0026 req.files[0];\n\n    // todo\n};\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimweb%2Ffis3-server-imweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimweb%2Ffis3-server-imweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimweb%2Ffis3-server-imweb/lists"}