Socket
Socket
Sign inDemoInstall

http2

Package Overview
Dependencies
0
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    http2

An HTTP/2 server implementation


Version published
Maintainers
1
Install size
493 kB
Created

Changelog

Source

0.0.2 (2013-07-01) ###

  • Frame serialization and deserialization ready and updated to match the newest spec
  • Header compression implementation started
  • Blog post
  • Tarball

Readme

Source

node-http2

An HTTP/2 server implementation for node.js, developed as a Google Summer of Code project.

Status

I post weekly status updates on my blog. Short version: framing layer 70% ready.

Installation

Using npm:

npm install http2

Documentation

The developer documentation is generated using docco, and is located in the doc directory. API documentation is coming later.

Running the tests

To run the tests, first install mocha and chai (npm install mocha chai) and then run npm test.

The tests are written in BDD style, so they are a good starting point to understand the code.

License

The MIT License

Copyright (C) 2013 Gábor Molnár gabor@molnar.es

Keywords

FAQs

Last updated on 01 Jul 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc