Skip to content

Real-time chats

ColibriPlus features a modern real-time messaging system that enables instant communication between users. Built on WebSocket technology using Laravel Reverb, the chat system delivers messages instantly without page refreshes.

How It Works

The chat system uses WebSocket connections to provide real-time messaging. When you send a message, it appears immediately for both you and the recipient. All chats are private by default, ensuring secure one-on-one conversations between users.

Current Features

  • Real-time messaging - Instant message delivery via WebSockets
  • Private conversations - All chats are secure and private by default
  • Emoji support - Express yourself with a full range of emojis
  • Message replies - Reply to specific messages in conversations
  • Message reactions - React to messages with emojis
  • Typing indicators - See when someone is typing a response
  • Read receipts - Know when your messages have been read
  • Delivery status - Track message delivery confirmation

Upcoming Features

Group chats are already built into the system and will be available soon. File attachments and media sharing will also be added in future updates.

Technical Requirements

Real-time chat functionality requires the Reverb WebSocket server to be running. Make sure your WebSocket configuration is properly set up for chats to work correctly.

See our Reverb configuration guide for setup instructions.

Developed by Mansur Terla. www.terla.me