Code Monkey home page Code Monkey logo

home's Introduction

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 [email protected] with any additional questions or comments.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.