@primocaredentgroup/chat-backend-component
v0.2.2
Published
Convex backend-only chat component for PrimoCare apps
Downloads
118
Readme
PrimoCare Chat Backend Component
Componente Convex backend-only pubblicabile su npm.
Questa repo contiene:
- schema chat (
channels,subchannels,messages) - funzioni CRUD complete
- funzioni richieste business:
- pre-creazione canale (
getOrCreateChannel) - pre-creazione sotto-canale (
getOrCreateSubchannel) - archiviazione chat (
archiveChannel)
- pre-creazione canale (
Non contiene frontend applicativo di produzione.
Quick start
npm install
npm run buildStruttura
src/
component/
convex.config.ts
schema.ts
lib.ts
client/
index.ts
docs/
INSTALLAZIONE-COMPONENTE.md
PUBLISHING-COMPONENTE.md
example/
convex/
convex.config.ts
schema.ts
chat.tsInstallazione in app host
Vedi guida tecnica completa: docs/INSTALLAZIONE-COMPONENTE.md.
Publishing npm
Vedi checklist: docs/PUBLISHING-COMPONENTE.md.
