Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Glimpse/Home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm (@glimpse/glimpse) #ProjectGlimpse

Project Glimpse: Node Edition

Join the chat at https://gitter.im/Glimpse/Lobby

Glimpse is an experimental npm package 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.

Project Glimpse: Node Edition Screenshot

Full details and documentation available at http://node.getglimpse.com.

  • Mar 21, 2017 - It's all about services in 0.18.9. Find the details in our announcement post.
  • Feb 7, 2017 - Turn up the signal with 0.17.5. Read all about it in our announcement post.
  • Jan 6, 2017 - Happy New Year, we've released 0.16.4! Find out more in our announcement post.
  • Nov 22, 2016 - We've released 0.15.2, a minor update to last week's release. See our announcement post for more info.
  • 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.

Getting started

  1. In your app's root directory, use npm to install Glimpse.
npm install @glimpse/glimpse --save-dev
  1. Initialize Glimpse before any other require() or application logic (typically at the top of index.js or app.js).
if (process.env.NODE_ENV !== 'production') {
  require('@glimpse/glimpse').init();
}
  1. Open your app in a browser. The Glimpse HUD should now be at the bottom right of your app.

For more help, check out the detailed steps and more ways to get started.

Package & version support

See here for details on supported node runtimes and modules.

Issue reporting

If you run into any problems, please open a new issue in this repo. A member of the team will follow up with you ASAP.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.