Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manthan-sharma-23/synapse
Connect in real-time with messaging, file sharing, and video calls. Simple, fast, and powerful.
https://github.com/manthan-sharma-23/synapse
aws docker drizzle-orm express mediasoup postgresql redis socket-io
Last synced: 26 days ago
JSON representation
Connect in real-time with messaging, file sharing, and video calls. Simple, fast, and powerful.
- Host: GitHub
- URL: https://github.com/manthan-sharma-23/synapse
- Owner: manthan-sharma-23
- Created: 2024-08-14T19:30:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T17:56:52.000Z (6 months ago)
- Last Synced: 2024-11-15T15:48:00.695Z (3 months ago)
- Topics: aws, docker, drizzle-orm, express, mediasoup, postgresql, redis, socket-io
- Language: TypeScript
- Homepage: https://synapse-app-gamma.vercel.app
- Size: 559 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Synapse
Welcome to **Synapse**—a modern, real-time messaging system designed to streamline communication and collaboration. Synapse allows users to chat, make calls, and manage group interactions seamlessly.
## Tech Stack
Synapse is built using the following technologies:
- **Client**:
- **React** with **Vite**: A fast and efficient front-end framework.
- **Tailwind CSS**: For beautiful, responsive design.
- **Shadcn UI**: UI components for React.
- **Server**:
- **Node.js** with **Express**: For the backend API.
- **Socket.IO**: For real-time communication.
- **Mediasoup**: SFU for audio and video conferencing.
- **Drizzle ORM** with **Postgres**: For database management.
- **Amazon S3**: For file uploads and storage.
- **Redis**: For caching and real-time features.
- **Deployment**
- **Server**: AWS EC2 using NGINX reverse proxy with ssl
- **Client**: Vercel hosting
- **Database**: Aiven## Excalidraw Architecture Diagram
Here’s a visual representation of the Synapse architecture:
[Excalidraw space](https://excalidraw.com/#json=MtMfNvbch1OV3zoISrgjX,JWSNTZyMzJ3zC8Vm-XouNA)
Here's a DBML schema representation:
[DB DIAGRAM](https://dbdiagram.io/d/66c1ea848b4bb5230e676557)
## Features
Synapse includes a variety of features:
- **Real-time Messaging**: Send and receive messages instantly.
- **Online/Offline Status**: Track user presence in real-time.
- **Typing Indicators**: See when other users are typing.
- **Read Receipts**: Know when your messages have been read.
- **File Uploads**: Upload and share images and videos.
- **Groups and Invites**: Manage group chats and send invitations.
- **User Profiles**: Customize and view user profiles.
- **Calling Functionality**: Audio and video calls using SFU architecture.