Part 3: Creating an embeddable chat widget

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • The full code for this part is in branch part-3, found here

  • Lowdb

    Simple and fast JSON database

  • I did want something performant so that I would (hopefully) not run into issues when there are around 100-ish clients connected at the same time. I looked at low-db for a while but did not like that it would JSON.stringify my whole database on every change, which could become a problem when it becomes to big.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • LokiJS

    javascript embeddable / in-memory database

  • So instead I went with lokijs even though I find the documentation of it quite horrible, I have used it before and it works without issues and has lots of features. And I thought it would also be good to show how I use it so others don't have to figure that our on their own 😇

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • NPM package to create a super simple database?

    2 projects | /r/node | 12 Jan 2021
  • Database recommendations for small website

    1 project | /r/node | 6 Dec 2023
  • go-store: Lightweight embedded database in pure Go inspired by Lowdb

    2 projects | /r/golang | 14 Dec 2022
  • Best Simple Javascript database to replace local storage?

    1 project | /r/AskProgramming | 4 Oct 2022
  • Intercept and inspect http requests with reqon

    2 projects | dev.to | 17 Sep 2022