Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/risingstack/example-http-timings

Example HTTP Timings in Node.js
https://github.com/risingstack/example-http-timings

http node nodejs timings

Last synced: 2 months ago
JSON representation

Example HTTP Timings in Node.js

Awesome Lists containing this project

README

        

# example-http-timings

Demonstration for HTTP timings.

```js
{
dnsLookup: 38.307727,
tcpConnection: 139.753926,
tlsHandshake: 290.734493,
firstByte: 150.535023,
contentTransfer: 2.272245,
total: 621.603414
}
```