All Projects → musonza → Chat Demo

musonza / Chat Demo

Demo Application for https://github.com/musonza/chat/

Projects that are alternatives of or similar to Chat Demo

Mercurius
Real-time Messenger for Laravel
Stars: ✭ 309 (+361.19%)
Mutual labels:  laravel, chat, chat-application
Chatify
A Laravel package that allows you to add a complete user messaging system into your new/existing Laravel application.
Stars: ✭ 885 (+1220.9%)
Mutual labels:  laravel, chat
Chat21 Ios Sdk
DEPRECATED
Stars: ✭ 15 (-77.61%)
Mutual labels:  chat, chat-application
Heal O Chat
Heal-O-Chat is a Social Media Application for people who have been feeling less motivated in life or are losing hope. This platform allows users to chat with people and share their thoughts and feelings with each other and thereby let go of stress, anxiety, and depression that they've been feeling for long.
Stars: ✭ 42 (-37.31%)
Mutual labels:  chat, chat-application
Laravel Video Chat
Laravel Video Chat using Socket.IO and WebRTC
Stars: ✭ 646 (+864.18%)
Mutual labels:  laravel, chat
Chat
A Laravel chat package. You can use this package to create a chat/messaging Laravel application.
Stars: ✭ 710 (+959.7%)
Mutual labels:  laravel, chat
React Bell Chat
🔔 Easy to use chat user interface for React
Stars: ✭ 38 (-43.28%)
Mutual labels:  chat, chat-application
Quaternion
A Qt5-based IM client for Matrix
Stars: ✭ 438 (+553.73%)
Mutual labels:  chat, chat-application
Swiftychat
SwiftUI Chat UI (Client) Framework & Documentation to get started!
Stars: ✭ 50 (-25.37%)
Mutual labels:  chat, chat-application
Tick.chat
Chat via nearby persons. Instant, Secure, Anonymously. 🕶
Stars: ✭ 50 (-25.37%)
Mutual labels:  chat, chat-application
Ionic Chat With Firebase
IONIC Chat With Firebase
Stars: ✭ 53 (-20.9%)
Mutual labels:  chat, chat-application
Chat
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
Stars: ✭ 8,238 (+12195.52%)
Mutual labels:  chat, chat-application
Darkwire.io
End-to-end encrypted instant web chat
Stars: ✭ 594 (+786.57%)
Mutual labels:  chat, chat-application
Chat Messaging App Light And Dark Theme
Stars: ✭ 715 (+967.16%)
Mutual labels:  chat, chat-application
Rasa Webchat
A feature-rich chat widget for Rasa and Botfront
Stars: ✭ 507 (+656.72%)
Mutual labels:  chat, chat-application
Pusher Chatkit Laravel
Laravel wrapper for the Chatkit PHP SDK. ChatKit is shutting down 😕 - https://blog.pusher.com/narrowing-our-product-focus
Stars: ✭ 21 (-68.66%)
Mutual labels:  laravel, chat
Basic Vue Chat
Easy to use Vue chat.
Stars: ✭ 64 (-4.48%)
Mutual labels:  chat, chat-application
Vue Advanced Chat
A beautiful chat rooms component made with Vue.js - compatible with Vue, React & Angular
Stars: ✭ 351 (+423.88%)
Mutual labels:  chat, chat-application
Messenger
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 4,264 (+6264.18%)
Mutual labels:  chat, chat-application
Unplug
unplug : desktop client for matrix.org (work-in-progress)
Stars: ✭ 45 (-32.84%)
Mutual labels:  chat, chat-application

chat-demo

This is a simple demo application for https://github.com/musonza/chat/

chat

  1. Clone this repo
  2. composer install
  3. cp .env.example .env
  4. Create database and modify .env
  5. php artisan migrate
  6. php artisan key:generate
  7. npm install && npm run dev
  8. php artisan serve
  9. Create 2 user accounts in different browsers and start chatting

To use Pusher

You need to comment this out https://github.com/musonza/chat-demo/blob/5985fea7b19a4c5f20f86fbc8502798e9ae9508a/resources/js/components/ChatForm.vue#L55 Remove this comment https://github.com/musonza/chat-demo/blob/5985fea7b19a4c5f20f86fbc8502798e9ae9508a/resources/js/components/ChatMessages.vue#L60

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].