Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Sign in
Join
2
Likes
7
Comments
What's the simplest way to add some type of user to user messaging system on my nodejs webapp?
by
Giorgio Martini
What's the simplest way to add some type of user to user messaging system on my nodejs webapp?
Are we talking about long lived chat or just ephemeral chat? If you want something quick and ephemeral socket.io for websocket communication is a battle tested way to do instantaneous p2p chat.
Hi, not even a chat, just a messaging system.. like soundcloud'd one.. simple just text.. and it would ideally be stored for users to re-read...
if you're not technical, i think that can help you : https://graphjs.com/
If you're technical, use directly https://github.com/phonetworks/graphjs-server
I installed it 1 week ago. Very easy to configure
Good luck!
thanks!
Firebase would make this really easy I think and would likely be free to run for a long time. There's tutorials at a minimum that walk you through this.
Previously I was on the free plan of ably.io . It was not too hard to use their API.
Here are some options:
Good luck! Let us know what you decide!
Btw, it'd be easier to answer this if you provided more details, like: