SwapnilShahGit / SIP

This is a project that was created by the PEY Interns of the 2016-2017 year at SOTI. We created an organizational tool for students using the MEAN stack.
3 stars 0 forks source link

HTTP/2 Support #227

Open hobindar opened 8 years ago

hobindar commented 8 years ago

When Restify eventually gets support for HTTP/2, we should be sure to take advantage of it.

Restify support is being tracked in restify/node-restify#853.

SwapnilShahGit commented 8 years ago

whats HTTP/2?

hobindar commented 8 years ago

@SwapnilShahGit, it's the most recent major revision of the HTTP protocol. The main advantage of it is a decrease in latency resulting in a decent speed boost.

https://en.wikipedia.org/wiki/HTTP/2