DEV Community

Bogdan Alexandru Militaru
Bogdan Alexandru Militaru

Posted on • Originally published at boobo94.github.io on

1

Private chat with Socket.io, Redis on Node.js

Socket.io has a really good example how to implement a simple chat with private rooms (1:1)

  1. https://socket.io/get-started/private-messaging-part-1/
  2. https://socket.io/get-started/private-messaging-part-2/
  3. https://socket.io/get-started/private-messaging-part-3/
  4. https://socket.io/get-started/private-messaging-part-4/

Github repohttps://github.com/socketio/socket.io/tree/master/examples/private-messaging

Image of Datadog

The Future of AI, LLMs, and Observability on Google Cloud

Datadog sat down with Google’s Director of AI to discuss the current and future states of AI, ML, and LLMs on Google Cloud. Discover 7 key insights for technical leaders, covering everything from upskilling teams to observability best practices

Learn More

Top comments (0)

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay