Skip to content

fluffynuts/ConcurrentHttpClientRequests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo: Concurrent requests with HttpClient

This is a demo of using the same HttpClient concurrently. HttpClient is thread-safe and doesn't store state, so there's no problem with doing this.

Usage:

npm start

if you'd like to try larger request volumes, add -- {some number}, eg npm start -- 25

About

Demo of concurrent http client requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages