spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

process.binding is not supported with browserify. #335

Open karthikbr82 opened 6 years ago

karthikbr82 commented 6 years ago

I am trying browserify for a really simple client code using node-spdy,

I am getting this error, Error: process.binding is not supported

Anyone else experienced this issue before?

csgorham commented 2 years ago

I am having this issue too. did you fix it? Please let me know.