Real-Time Updates with WebSockets in Expo and NestJS
In earlier posts, I covered push notifications. In this one, I'll show how to add real-time communication via websockets between an Expo client and a NestJS server. The demo repo I use is https:...