2
7 Comments

What's the simplest way to add some type of user to user messaging system on my nodejs webapp?

What's the simplest way to add some type of user to user messaging system on my nodejs webapp?

on February 11, 2019
  1. 2

    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.

    1. 1

      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...

  2. 2

    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!

  3. 1

    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.

  4. 1

    Previously I was on the free plan of ably.io . It was not too hard to use their API.

  5. 0

    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:

    • Budget
    • Features needed (video chat support? sending pictures? etc.)
    • What it'll be used for
    • Your target customer