The Internet Computer aims to extend the functionality of the internet beyond simply connecting devices and networks, but running applications in a tamper-proof manner. The first articles in this section, describe how users' requests and the Internet Computer's responses are transferred and verified
- Edge infrastructure: how request and responses reach their destination, including caching and load-balancing
- HTTP Gateway Protocol: how HTTPs is translated into the Internet Computer Protocol
- Asset certification: how responses from the Internet Computer are verified
The second part of this section explains how canisters can communicate with web2 servers and use their data for computations without trusted intermediaries.
- HTTPS outcalls: how canisters can interact with web2