{"id":13981023,"url":"https://github.com/Glimpse/Home","last_synced_at":"2025-07-21T21:31:03.744Z","repository":{"id":83634552,"uuid":"66952785","full_name":"Glimpse/Home","owner":"Glimpse","description":"Project Glimpse: Node Edition - Spend less time debugging and more time developing.","archived":true,"fork":false,"pushed_at":"2017-09-08T17:06:39.000Z","size":184,"stargazers_count":252,"open_issues_count":44,"forks_count":9,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-04-14T12:46:52.896Z","etag":null,"topics":["console","diagnostics","express","glimpse","http","logging","middleware","nodejs","performance","profiling"],"latest_commit_sha":null,"homepage":"http://node.getglimpse.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Glimpse.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license.md","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-08-30T15:18:49.000Z","updated_at":"2024-08-09T04:04:43.017Z","dependencies_parsed_at":null,"dependency_job_id":"2274ff24-7f68-42e4-ba9a-916ca0009973","html_url":"https://github.com/Glimpse/Home","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Glimpse/Home","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glimpse%2FHome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glimpse%2FHome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glimpse%2FHome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glimpse%2FHome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Glimpse","download_url":"https://codeload.github.com/Glimpse/Home/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glimpse%2FHome/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266381879,"owners_count":23920584,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["console","diagnostics","express","glimpse","http","logging","middleware","nodejs","performance","profiling"],"created_at":"2024-08-09T04:01:52.027Z","updated_at":"2025-07-21T21:31:03.381Z","avatar_url":"https://github.com/Glimpse.png","language":null,"readme":"[![npm (@glimpse/glimpse)](https://img.shields.io/npm/v/@glimpse/glimpse.svg)](https://www.npmjs.com/package/@glimpse/glimpse)\n[![#ProjectGlimpse](https://img.shields.io/badge/tweet-%23ProjectGlimpse-blue.svg)](https://twitter.com/intent/tweet?hashtags=projectGlimpse\u0026tw_p=tweetbutton)\n\n# Project Glimpse: Node Edition\n\n[![Join the chat at https://gitter.im/Glimpse/Lobby](https://badges.gitter.im/Glimpse/Lobby.svg)](https://gitter.im/Glimpse/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nGlimpse is an experimental **[npm package](https://www.npmjs.com/package/@glimpse/glimpse)** that gives you in-depth insights about the **client and server sides** of your **Node.js** apps. More **efficient debugging** means **faster development**. Best of all, it’s free.\n\n![Project Glimpse: Node Edition Screenshot](/hero.png)\n\nFull details and documentation available at [http://node.getglimpse.com](http://node.getglimpse.com).\n\n## [Latest news](https://github.com/glimpse/Home/issues?utf8=%E2%9C%93\u0026q=is%3Aissue%20label%3AAnnouncement%20)\n\n- Mar 21, 2017 - It's all about services in 0.18.9. Find the details in our [announcement post](https://github.com/Glimpse/Home/issues/93).\n- Feb 7, 2017 - Turn up the signal with 0.17.5. Read all about it in our [announcement post](https://github.com/Glimpse/Home/issues/86).\n- Jan 6, 2017 - Happy New Year, we've released 0.16.4!  Find out more in our [announcement post](https://github.com/Glimpse/Home/issues/85).\n- Nov 22, 2016 - We've released 0.15.2, a minor update to last week's release. See our [announcement post](https://github.com/Glimpse/Home/issues/82) for more info.\n- Nov 17, 2016 - We've released version 0.14.1! This is the biggest release of Glimpse for Node yet. Find out more in our [announcement issue](https://github.com/Glimpse/Home/issues/75).\n\n---\n\n## Getting started\n\n  1.  In your app's root directory, use npm to install Glimpse.\n  ```bash\n  npm install @glimpse/glimpse --save-dev\n  ```\n  2. Initialize Glimpse before any other `require()` or application logic (typically at the top of index.js or app.js).\n  ```javascript\n  if (process.env.NODE_ENV !== 'production') {\n    require('@glimpse/glimpse').init();\n  }\n  ```\n  3. Open your app in a browser. The Glimpse HUD should now be at the bottom right of your app.\n\nFor more help, [check out the detailed steps and more ways to get started](http://node.getglimpse.com/docs/setup/getting-started/).\n\n## Package \u0026 version support\nSee [here](http://node.getglimpse.com/docs/support/faq/#which-versions-and-modules-are-supported) for details on supported node runtimes and modules.\n\n## Issue reporting\n\nIf you run into any problems, please open a [new issue](https://github.com/aspnet/home/issues/new) in this repo. A member of the team will follow up with you ASAP.\n\n---\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGlimpse%2FHome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGlimpse%2FHome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGlimpse%2FHome/lists"}