Node.js SDK
El SDK oficial de Node.js para implementar autenticación por WhatsApp en tus aplicaciones.Instalación
Características
- 🚀 Servidor completo - HTTP + WebSocket
- 📱 WhatsApp integration - Evolution API webhooks
- 🔐 JWT seguros - Tokens con refresh automático
- 🗄️ Base de datos - Soporte PostgreSQL opcional
- ⚡ Alto rendimiento - WebSocket para tiempo real
- 🧪 Testeado - Cobertura completa de tests
Uso básico
Backend
Cliente
Módulos disponibles
Server
import { CamarauthBackend } from '@camarauth/sdk/server'Servidor completo con Express y Socket.IOClient
import { CamarauthClient } from '@camarauth/sdk'Cliente HTTP para comunicación con el backend
