scalable-push-notifications
scalable-push-notifications copied to clipboard
Develop a facebook like notifications
List emitters = new ArrayList(); //... emitters.forEach(emitter -> { try { emitter.send(SseEmitter .event() .name(username) .data(payload)); } catch (IOException e) { deadEmitters.add(emitter); } }); Above code is not efficient. You should...
Bumps [form-data](https://github.com/form-data/form-data) to 3.0.4 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `form-data` from 2.3.3 to 3.0.4 Release notes Sourced from form-data's releases. v3.0.2 Fixes...
Bumps [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression). These dependencies needed to be updated together. Updates `on-headers` from 1.0.2 to 1.1.0 Release notes Sourced from on-headers's releases. 1.1.0 Important Fix CVE-2025-7339 (GHSA-76c9-3jph-rj3q) What's Changed...
Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.0.17 to 3.1.3. Changelog Sourced from pbkdf2's changelog. v3.1.3 - 2025-06-20 Commits Only apps should have lockfiles 8b06730 [lint] fix whitespace 9a76e2f [lint] fix parens/curlies/semis/etc 6fd84bf [meta]...