JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
482 stars 158 forks source link

Set Link header for server push #245

Open rugk opened 8 years ago

rugk commented 8 years ago

It would be nice if you could set link headers for pushing assets to the user. Especially the HTTP/2 server push is an efficient way of doing that.

And you have a lot of assets, which are always loaded, so this is a very good scenario for HTTP/2 server push.

JohnMcLear commented 8 years ago

Go for it!!