This repository contains examples of running a Fastify server on Google Cloud Run using the new features announced in Introducing WebSockets, HTTP/2 and gRPC bidirectional streams for Cloud Run .
- http2 shows how to run Fastify over HTTP/2
- sse shows how to send Server Sent Events over HTTP/2
- ws shows how to run a Web sockets server
- whiteboard a more complex example of using WebSockets to implement a collaborative whiteboard