Chat backend with Supabase & Socket.io

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • supabase-node-chat-backend

  • { "name": "supabase-node-chat-backend", "version": "1.0.0", "description": "Node backend for a chat application, using Supabase", "main": "index.ts", "scripts": { "start": "nodemon -r dotenv/config src/index.ts", "lint": "eslint . --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/nsmet/supabase-node-chat-backend.git" }, "keywords": [ "supabase", "node", "chat" ], "author": "Nick Smet", "license": "ISC", "bugs": { "url": "https://github.com/nsmet/supabase-node-chat-backend/issues" }, "homepage": "https://github.com/nsmet/supabase-node-chat-backend#readme", "dependencies": { "@supabase/supabase-js": "^2.4.1", "body-parser": "^1.20.1", "dotenv": "^16.0.3", "express": "^4.18.2", "socket.io": "^4.5.4" }, "devDependencies": { "@types/express": "^4.17.15", "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/parser": "^5.48.2", "eslint": "^8.32.0", "nodemon": "^2.0.20", "ts-node": "^10.9.1", "typescript": "^4.9.4" } }

  • Newman

    Newman is a command-line collection runner for Postman

  • We will be using a http client extensively in this tutorial. We use Postman and. We uploaded our Postman collection on GitHub - so you can import it into Postman and use the queries we set up.

  • 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
  • supabase

    The open source Firebase alternative.

  • Head over to https://supabase.com/ and create a new project.

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