Here are
39 public repositories
matching this topic...
Small, fast, modern HTTP server for Erlang/OTP.
Updated
Aug 19, 2020
Erlang
Freedom is a framework based on a hexagonal architecture that supports the congestion domain model paradigm.
Our high-performance, lightweight, open source HTTP server
DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
A HTTP2 web server for reverse proxy and single page application, automatically apply for ssl certificate, Zero-Configuration.
Fully working Jetty HTTP2 example using Javalin
Updated
Jun 13, 2020
Java
Framework for building RESTful HATEOAS-driven applications.
Updated
Jan 30, 2020
Erlang
HTTP/2 server written in C.
The HTTP/2 which has been implemented by C language.
Example of HTTP/2 Streaming written in Golang
HTTP2 client and server implementation in GO that holds a persistent data stream
Project demonstrating the creation of a RESTful web service using apple/swift-nio-http2.
Updated
Aug 5, 2019
Swift
Asynchronous HTTP/2 server in ruby
Updated
Mar 24, 2020
Ruby
Achieve is a modern (http, https, http2) web server that runs on Node.js and uses JavaScript Servlets to initiate back end processing.
Updated
Oct 28, 2019
JavaScript
Example of enabling HTTP/2 support in finagle
Updated
Nov 1, 2017
Scala
Updated
Jul 19, 2017
JavaScript
Examples for the Go SIRIS Siris project.
thirty bees shopping cart using Plesk Onyx NGINX Web Server
Promise-based HTTP server for JavaScript/TypeScript: using accept(), easy to use in async-await context
Updated
Sep 2, 2020
TypeScript
http2-debug will help you to understand if your are making http2 request from your service. It acts as an http2 echo server.
Updated
May 23, 2020
JavaScript
An HTTP2/gRPC interface for Redis, Support Redis stand-alone/cluster mode.
Updated
Jun 28, 2020
Java
Node.js static server with Basic auth and access file logging, HTTPS support and custom error pages
Updated
Apr 7, 2018
JavaScript
HTTP server library & HPACK implementation
An example http2 push server written in golang that runs on localhost:8888
Updated
Apr 14, 2018
HTML
golang HTTP/2 live coding session
Updated
Jun 15, 2019
JavaScript
Repository for March XKE on HTTP2
Handles installing, configuring, and running h2o via Puppet module
Improve this page
Add a description, image, and links to the
http2-server
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
http2-server
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Create test scenarios (JUnit tests) for SettingFrame class based on section 6.5 in rfc7540. Create a test class, SettingFrameTest, and add all tests in it. SettingFrameTest must be in com.aniakanl.http2.frame.test package.