# Web

## Known limitations

* It is necessary to bind a **web server/HTTP process** to the address `0.0.0.0` and use port `80`. Otherwise, our reverse proxy won't work and requests won't reach the web service.
* Custom domains are not supported yet

## Overview

The Web is an easy to setup and run seenode service designed to handle HTTP requests. All HTTP requests go through our load balancers and are proxied to your web service. When a web service has more than 1 node running, requests are equally distributed.
