Mesajlaşma Platformu

CKmesaj

Gerçek Zamanlı Mesajlaşma Platformu — Web, Android ve iOS'ta kesintisiz iletişim deneyimi.

Web
Android
iOS
TypeScript Socket.IO React Native Expo

CKmesaj Nedir?

CKmesaj, gerçek zamanlı mesajlaşma altyapısı sunan, web ve mobil platformlarda çalışan modern bir iletişim platformudur.

  • Socket.IO ile anlık, düşük gecikmeli mesajlaşma
  • SMS ile telefon numarası doğrulama sistemi
  • QR kod ile cihaz eşleştirme
  • Profil yönetimi ve hikaye paylaşımı
  • Grup sohbet oluşturma ve yönetimi
  • Admin paneli ile platform yönetimi
  • Web, Android ve iOS tam uyumluluk
  • JWT ile güvenli kimlik doğrulama
server.ts
1import { Server } from 'socket.io'
2import express from 'express'
3
4const io = new Server(server, {
5  cors: { origin: '*' }
6})
7
8io.on('connection', (socket) => {
9  socket.on('message', (msg) => {
10    io.to(msg.room).emit(msg)
11  })
12})

Temel Özellikler

Real-time (Socket.IO)

Milisaniye gecikmeli anlık mesajlaşma altyapısı

SMS Doğrulama

Twilio entegrasyonu ile SMS OTP doğrulama

QR Eşleştirme

WhatsApp benzeri QR kod ile cihaz bağlama

Profil & Hikaye

Kişiselleştirilebilir profil ve 24 saatlik hikayeler

Grup Sohbet

Grup oluşturma, yönetici atama, üye yönetimi

Admin Panel

Kullanıcı, içerik ve platform yönetim paneli

Cross-Platform

Web tarayıcı, Android APK ve iOS App Store

Güvenli Auth

JWT token tabanlı güvenli kimlik doğrulama

Monorepo Yapısı

Web (web/)
  • React + Vite
  • TypeScript
  • Socket.IO Client
  • Tailwind CSS
Mobil (mobile/)
  • React Native
  • Expo
  • TypeScript
  • Expo Push
Sunucu (server/)
  • Node.js + Express
  • Socket.IO
  • MongoDB
  • PM2 + Nginx
Ortak (shared/)
  • TypeScript Types
  • Yardımcı Fonksiyon
  • Socket Events
  • API Şemaları

Desteklenen Platformlar

Platform Mesajlaşma Bildirimler Medya Paylaşım Durum
Web (Tarayıcı) Aktif
Android Aktif
iOS Aktif
TypeScript Node.js React React Native Expo Socket.IO Express MongoDB Twilio PM2 Nginx

CKmesaj'ı Deneyin

Gerçek zamanlı mesajlaşma altyapısını kendi ekibinizde test edin.

Demo Talep Et