Glimpse / Home

Project Glimpse: Node Edition - Spend less time debugging and more time developing.
http://node.getglimpse.com
Other
252 stars 9 forks source link
console diagnostics express glimpse http logging middleware nodejs performance profiling

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.

Latest news


Getting started

  1. In your app's root directory, use npm to install Glimpse.
    npm install @glimpse/glimpse --save-dev
  2. 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();
    }
  3. 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.