BrycensRanch / Chatting-Platform2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ‘ทโ€โ™‚๏ธ๐Ÿ—๏ธ Chatting Platform (WIP) ๐Ÿšง๐Ÿ‘ท

  • "Make it work, make it right, make it fast" - Kent Beck
  • "The function of good software is to make the complex appear to be simple." - Grady Booch

Being built with love with modernity in mind.

Commitizen Friendly Semantic Release Badge GitHub Workflow Status GitHub Workflow Status Codecov Coveralls Licence

Project Goals

  • Voice calling
  • Messages with Tenor GIFs built in, along with images stored on the server.
  • Authentication with SuperTokens
  • Video calls with screen sharing using WASM
  • Fastify API that generates types and schemas and OpenAPI Specification files for the VSCode extension I'm using
  • Basic message encryption end to end?
  • Record content while in a call, like Google Meets, but clientside!
  • Switch to pnpm since a certain someone likes to run npm install a lot more than they should

Planned Technology Stack

  • WebRTC TypeScript
  • FFMPEG WASM (Resource intensive, maybe allow a server recording option?, likely requires modern hardware & browser, such as Microsoft Edge :troll:)
  • TypeScript (project-wide)
  • Next.js (Frontend)
  • Fastify (Backend)
  • Jest (Frontend)
  • Tap (Backend)
  • Redoc (Public Enduser API documentation)
  • React Native Web/Tauri/Solito (Desktop/mobile?)
  • tRPC (project-wide types)
  • Simple Analytics
  • Sentry.io

Features

N/A, just starting off the project... Initial commit type flow.

Docker

This project ships a Docker Compose setup for testing purposes, if I were you, I would never use it in production. Instead, normally install Fail2Ban, CrowdSec, Postgres, Nginx, SuperTokens, NodeJS, pnpm, and Redis on a Linux machine like a regular person and configure it yourself. We have a config for Nginx for ease of deployment.

Demo

no

READMEs (more info on the separate projects)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to add tests as appropriate. In-depth ones, not one that checks if 1 + 1 === 2.

Please read the Contributing Guidelines before submitting any pull requests or opening issues.

License

MIT FOSSA Status

About

License:MIT License


Languages

Language:TypeScript 74.0%Language:JavaScript 16.3%Language:Dockerfile 6.1%Language:CSS 2.1%Language:Shell 1.6%