Skip to content

Instantly share code, notes, and snippets.

View tassaron's full-sized avatar

Brianna Rainey tassaron

View GitHub Profile
//Referred link https://www.lunchbadger.com/tracking-the-performance-of-express-js-routes-and-middleware/
var express = require('express')
var uuid = require('uuid')
const bodyParser = require('body-parser');
const {
EventEmitter
} = require('events');
const profiles = new EventEmitter();