mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
docs(postgres-emitter): add dark version of the explanation diagram
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
|
||||
The `@socket.io/postgres-emitter` package allows you to easily communicate with a group of Socket.IO servers from another Node.js process (server-side).
|
||||
|
||||

|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="./assets/emitter_dark.png">
|
||||
<img alt="Diagram of Socket.IO packets forwarded through PostgreSQL" src="./assets/emitter.png">
|
||||
</picture>
|
||||
|
||||
It must be used in conjunction with [`@socket.io/postgres-adapter`](https://github.com/socketio/socket.io-postgres-adapter/).
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 89 KiB |
BIN
packages/socket.io-postgres-emitter/assets/emitter_dark.png
Normal file
BIN
packages/socket.io-postgres-emitter/assets/emitter_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 116 KiB |
Reference in New Issue
Block a user