spdy-http2 / node-spdy

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

What is /main.js ? #341

Closed ilyador closed 5 years ago

ilyador commented 5 years ago

let stream = res.push('/main.js', { ... res.end('<script src="/main.js"></script>'); It seems to appear in the examples but nowhere explained what is that file supposed to be. Is it the file that actually contains the code?