Back to Socket Io

Example with `@socket.io/postgres-adapter`

examples/postgres-adapter-example/README.md

4.7.5411 B
Original Source

Example with @socket.io/postgres-adapter

Table of contents

<!-- TOC --> <!-- TOC -->

How to use

bash
# start the postgres server
$ docker compose up -d

# run the cluster
$ node cluster.js

# run the client
$ node client.js

Documentation

The documentation can be found here: https://socket.io/docs/v4/postgres-adapter/