4
6 Comments

How To Build A Live Database?

I want to make a live database. Basically I want to build a website and show the live data where people can actively update which companies are hiring and which are laying off. How to go about it?

on May 16, 2020
  1. 3

    Just Firestore.

  2. 2

    Try websockets and maybe checkout pusher.com
    Pusher gives you tools to manage live data very nicely.

  3. 2

    I'm building a no-code tool that could do this called Liist. Would love to give you a demo.

    1. 1

      This comment was deleted 5 years ago

      1. 2

        Send me an email and I'll set something up. The landing page explains the basic features. https://liist.io

        1. 1

          This comment was deleted 5 years ago

        2. 1

          This comment was deleted 5 years ago

  4. 1

    Embed an Airtable on a page?

  5. 1

    Hi @sujaryan, if you're trying to build this yourself you need to use websockets.

    How much experience do you have with databases?