Skip to content

Monorepo including building blocks, reference implementations and examples for HTTP Gateway Protocol implementations

License

Notifications You must be signed in to change notification settings

levsha/http-gateway

 
 

Repository files navigation

HTTP Gateway Protocol

Overview

The HTTP Gateway Protocol is an extension of the Internet Computer Protocol that allows conventional HTTP clients to interact with the Internet Computer network. This is important for software such as web browsers to be able to fetch and render client-side canister code, including HTML, CSS, and JavaScript as well as other static assets such as images or videos. The HTTP Gateway does this by translating between standard HTTP requests and API canister calls that the Internet Computer Protocol will understand.

You can read more about this protocol in the spec.

Packages

Examples

Related Projects

Contributing

Check out our contribution guidelines.

Setup

Making a Commit

cz commit

See Conventional commits for more information on the commit message formats

About

Monorepo including building blocks, reference implementations and examples for HTTP Gateway Protocol implementations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%