serverless-chat
serverless-chat copied to clipboard
Add sender info
What are you thoughts on sender info?
I mean you could send info, e.g name, userID, as part of message payload but never trust the client. What other alternatives even are there? Device shadow per topic that holds data about every subscriber?
Nice job on this. I wish I found it sooner b/c I made pretty much the same thing from the ground up.