diff --git a/website/src/data/showcase/realtime-apps-workshop.png b/website/src/data/showcase/realtime-apps-workshop.png new file mode 100644 index 0000000000..dadc1c771a Binary files /dev/null and b/website/src/data/showcase/realtime-apps-workshop.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index da241b04ec..33233bb3de 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -582,6 +582,14 @@ const users = [ source: 'https://github.com/GeekyAnts/react-native-aria-website', tags: [], }, + { + title: 'Realtime Web Applications Workshop', + description: 'A workshop about building realtime web applications with WebSockets and WebRTC.', + preview: require('./showcase/realtime-apps-workshop.png'), + website: 'https://realtime-apps-iap.github.io', + source: 'https://github.com/realtime-apps-iap/realtime-apps-iap.github.io', + tags: [], + }, { title: 'Rematch', description: 'Redux best practices without the boilerplate in less than 2kb',