node-spdy
Server library
Creates an HTTP/2 and SPDY server in Node.js with support for fallback to regular HTTPS
SPDY server on Node.js
3k stars
73 watching
195 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mscdex/ssh2 | An SSH client and server implementation in JavaScript for Node.js | 5,550 |
thlorenz/proxyquire | A tool that allows overriding dependencies in Node.js applications during testing without modifying the original code. | 2,748 |
plhery/node-twitter-api-v2 | A lightweight Twitter API client library with strong typing and full feature set. | 1,322 |
expressjs/morgan | A middleware that logs HTTP requests and responses in various formats. | 7,971 |
websockets/ws | A library implementing a WebSocket protocol for bidirectional, real-time communication between clients and servers. | 21,839 |
peers/peerjs-server | Provides a lightweight server for establishing connections between PeerJS clients | 4,418 |
sindresorhus/got | A powerful HTTP client library for Node.js that provides a human-friendly and flexible way to make requests. | 14,351 |
hagopj13/node-express-boilerplate | A boilerplate project for quickly building RESTful APIs using Node.js and Express. | 7,017 |
axios/axios | An HTTP client library for making requests to web servers using the Promise API. | 105,978 |
sindresorhus/ky | A tiny and elegant HTTP client based on the Fetch API | 14,007 |
http-party/http-server | A command-line HTTP server that serves static files without configuration | 13,696 |
nock/nock | A library that enables testing and mocking of HTTP requests in Node.js applications | 12,772 |
tomnomnom/httprobe | Tool for probing multiple domains for working HTTP and HTTPS servers | 2,902 |
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 108,373 |
sindresorhus/ky-universal | Makes Ky, a modern HTTP client library for browsers, usable in Node.js too | 672 |