Software Alternatives & Reviews

Real time Dashboard

Socket.io Recoiljs nivo gRPC
  1. Realtime application framework (Node.JS server)
    Pricing:
    • Open Source
    For the quickest setup, you could use websockets directly - that would be perfectly fine. Even better is sockets.io.

    #Developer Tools #App Development #Mobile Push Messaging 718 social mentions

  2. A state management library for React.
    Pricing:
    • Open Source
    You didn't list it above, but you will need a state management library to effectively share data among your different components - React's state functions are decent, but things can get complicated quickly. I recommend zustand, but alternatives include Redux Tool Kit, Jotai, and Recoil (among others of course).

    #Application And Data #Libraries #State Management Library 67 social mentions

  3. 3
    nivo provides a rich set of dataviz components
    Pricing:
    • Open Source
    For the visual appearance, Chart JS is nice, but if choose to go with React as your front-end framework of choice (which is a solid choice) - you may want to consider nivo or recharts instead - they have relatively low learning curves.

    #Data Dashboard #Data Visualization #Charting Libraries 21 social mentions

  4. 4
    Application and Data, Languages & Frameworks, Remote Procedure Call (RPC), and Service Discovery
    Pricing:
    • Open Source
    Given your timeframe, I'd probably avoid GraphQL entirely - there is quite a learning curve, and the benefit for what you are doing will be minimal (GraphQL is amazing, just not for your use case). You could go with grpc, or trpc - though this one is still in early beta.

    #Web Servers #Web And Application Servers #Load Balancer / Reverse Proxy 86 social mentions

Discuss: Real time Dashboard

Log in or Post with