All Projects → Glimpse → Home

Glimpse / Home

Licence: other
Project Glimpse: Node Edition - Spend less time debugging and more time developing.

Projects that are alternatives of or similar to Home

Chromelogger Python
Python library for logging variables to Google Chrome console
Stars: ✭ 232 (-10.77%)
Mutual labels:  console, middleware, logging
Yurnalist
An elegant console reporter, borrowed from Yarn
Stars: ✭ 88 (-66.15%)
Mutual labels:  console, logging
Node Draftlog
📜 Create updatable log lines into the terminal, and give life to your logs!
Stars: ✭ 1,117 (+329.62%)
Mutual labels:  console, logging
Rz Go
Ripzap - Fast and 0 allocs leveled JSON logger for Go ⚡️. Dependency free.
Stars: ✭ 256 (-1.54%)
Mutual labels:  logging, performance
Electron Log
Just a simple logging module for your Electron application
Stars: ✭ 765 (+194.23%)
Mutual labels:  console, logging
Logging Helpers
Basic template helpers for printing messages out to the console. Useful for debugging context in templates. Should work with any template engine.
Stars: ✭ 5 (-98.08%)
Mutual labels:  console, logging
Console Logging
Better, prettier commandline logging for Python--with colors! 👻
Stars: ✭ 111 (-57.31%)
Mutual labels:  console, logging
Host Validation
Express.js middleware for "Host" and "Referer" header validation to protect against DNS rebinding attacks.
Stars: ✭ 183 (-29.62%)
Mutual labels:  middleware, express
Clog
Package clog is a channel-based logging package for Go
Stars: ✭ 151 (-41.92%)
Mutual labels:  console, logging
Logging
Powershell Logging Module
Stars: ✭ 167 (-35.77%)
Mutual labels:  console, logging
Console
OS X console application.
Stars: ✭ 298 (+14.62%)
Mutual labels:  console, logging
openprofiling-node
OpenProfiling is a toolkit for collecting profiling data from production workload safely.
Stars: ✭ 60 (-76.92%)
Mutual labels:  diagnostics, profiling
Express Basic Auth
Plug & play basic auth middleware for express
Stars: ✭ 241 (-7.31%)
Mutual labels:  middleware, express
Loglevelnext
A modern logging library for Node.js that provides log level mapping to the console
Stars: ✭ 33 (-87.31%)
Mutual labels:  console, logging
Connext Js
A middleware and route handling solution for Next.js.
Stars: ✭ 211 (-18.85%)
Mutual labels:  middleware, express
Chromephp
class for logging PHP variables to Google Chrome console
Stars: ✭ 1,339 (+415%)
Mutual labels:  console, logging
Foxify
The fast, easy to use & typescript ready web framework for Node.js
Stars: ✭ 138 (-46.92%)
Mutual labels:  middleware, performance
Rayo.js
Micro framework for Node.js
Stars: ✭ 170 (-34.62%)
Mutual labels:  middleware, performance
Quicklogger
Library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
Stars: ✭ 137 (-47.31%)
Mutual labels:  console, logging
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+985%)
Mutual labels:  console, performance

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

  • 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].