{"id":16181734,"url":"https://github.com/ericclemmons/express-hot-middleware","last_synced_at":"2025-03-19T01:31:14.099Z","repository":{"id":66108018,"uuid":"54226972","full_name":"ericclemmons/express-hot-middleware","owner":"ericclemmons","description":"Simple way to enable hot-reloading in your Express applications.","archived":false,"fork":false,"pushed_at":"2016-04-05T20:19:14.000Z","size":7,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T19:03:18.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericclemmons.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-18T19:36:54.000Z","updated_at":"2019-12-28T10:51:41.000Z","dependencies_parsed_at":"2023-05-01T07:47:00.135Z","dependency_job_id":null,"html_url":"https://github.com/ericclemmons/express-hot-middleware","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"988ee741d76562b128bd570c4dec17b39d4694f6"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fexpress-hot-middleware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fexpress-hot-middleware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fexpress-hot-middleware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fexpress-hot-middleware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericclemmons","download_url":"https://codeload.github.com/ericclemmons/express-hot-middleware/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960361,"owners_count":20375102,"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-10-10T06:27:02.763Z","updated_at":"2025-03-19T01:31:14.094Z","avatar_url":"https://github.com/ericclemmons.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# express-hot-middleware\n\n\u003e Simple way to enable hot-reloading in your Express applications.\n\n[![travis build](https://img.shields.io/travis/ericclemmons/express-hot-middleware.svg)](https://travis-ci.org/ericclemmons/express-hot-middleware)\n[![version](https://img.shields.io/npm/v/express-hot-middleware.svg)](http://npm.im/eexpress-hot-middleware)\n[![downloads](https://img.shields.io/npm/dm/express-hot-middleware.svg)](http://npm-stat.com/charts.html?package=express-hot-middleware)\n[![MIT License](https://img.shields.io/npm/l/express-hot-middleware.svg)](http://opensource.org/licenses/MIT)\n\n### Installation\n\n```shell\n$ npm install --save express-hot-middleware\n```\n\n### Usage\n\n```js\nimport express from \"express\";\nimport hot from \"express-hot-middleware\";\n\nexport default express()\n  .use(hot(module, () =\u003e [\n    require(\"./middleware/statics\"),\n    require(\"./middleware/session\"),\n    require(\"./middleware/auth\"),\n    require(\"./middleware/api\"),\n    require(\"./middleware/view\"),\n  ]))\n;\n```\n\n_Don't worry about not using `import` here for ES6 modules. If you export `default`, it will be used_.\n\n\n### License\n\n\u003e MIT License 2016 © Eric Clemmons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericclemmons%2Fexpress-hot-middleware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericclemmons%2Fexpress-hot-middleware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericclemmons%2Fexpress-hot-middleware/lists"}