Skip to content

kolmodin/spdy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The SPDY Protocol

SPDY is an experiment with protocols for the web. Its goal is to reduce the latency of web pages.

This package attempts to implement the protocol in the Haskell programming language.

See the SPDY tool page for debugging tools.

SPDY requires TLS to have support for NPN (Next Protocol Negotiation). There is ongoing work in adding NPN to the Haskell TLS package, you'll need it to compile this package. See my tls branch npn. Documentation of npn here.

About

Implementation of the SPDY Protocol in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published