I am also creating a chat-application in nodejs. And it is very simple just for fun. I am using backbonejs in client side. Each of my chat-message is a model, which gets created, destroyed, edited by Backbone apis : fetch, destroy, save. I have the endpoints on server for each of this work.I am also creating a chat-application in nodejs