DEV Community

Discussion on: The fastest HTTP client for node.js by node.js

Collapse
 
dcsan profile image
dc • Edited

could this be used to make http long polling more efficient? still the most reliable way to do websockets through firewalls, for chatty apps... it supports streaming so...

client.stream(opts, factory(data)[, callback(err)]): Promise|Void