diff --git a/website/src/data/showcase/rsocket.png b/website/src/data/showcase/rsocket.png new file mode 100644 index 000000000000..f26d245a63a5 Binary files /dev/null and b/website/src/data/showcase/rsocket.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index b54894a6b759..d4b97d3ecf9a 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -582,6 +582,14 @@ const users = [ source: 'https://github.com/imbhargav5/rooks', tags: ['large', 'versioning'], }, + { + title: 'RSocket', + description: 'Application protocol providing Reactive Streams semantics.', + preview: require('./showcase/rsocket.png'), + website: 'https://rsocket.io/', + source: 'https://github.com/rsocket/rsocket-website', + tags: [], + }, { title: 'Runlet', description: 'A cloud-based job manager that integrates your devices',