Skip to content

The foundation for the npm package obServer.js, to later be integrated into OSLabs repo

Notifications You must be signed in to change notification settings

alderAcres/obServerNPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

ObServer.js is a npm package and a cross platform, intuitive desktop application that allows developers to send requests and not just view the response, but to also gain access to the entire response lifecycle. This data includes the exact path the response took through routes and middlewares, local and param variables, timestamps for each middleware function to track performance metrics, and helpful information to trace when and why errors occur.

Imagine the typical request/ response cycle that you're accustomed to, but in a visualized manner that tracks the entire journey of the response to allow for greater clarity with complex backend code and a more thorough understanding of server side data for enhanced debugging support.

Installation

npm i observer-js

const obServer = require('observer-js')


app.use(obServer) 

Options

About

The foundation for the npm package obServer.js, to later be integrated into OSLabs repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published