Client URL: http://localhost:3001
Health Check: http://localhost:3001/health
{
"userId": "user123",
"event": "message",
"data": {
"text": "Hello from NestJS backend!",
"type": "chat",
"senderId": "backend-system"
},
"timestamp": "2023-09-26T10:30:00.000Z"
}
{
"userId": "user123",
"type": "appointment_reminder",
"data": {
"title": "Upcoming Appointment",
"message": "Your child has an appointment tomorrow"
},
"timestamp": "2023-09-26T10:30:00.000Z"
}
You'll see the messages appear in the Message Log above when your backend sends them!