All Projects → sekolahprogram → laravel-realtime-chat-pusher

sekolahprogram / laravel-realtime-chat-pusher

Licence: MIT License
Contoh aplikasi realtime chat dengan pusher

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
shell
77523 projects

Projects that are alternatives of or similar to laravel-realtime-chat-pusher

Beaver
💨 A real time messaging system to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps.
Stars: ✭ 1,056 (+2833.33%)
Mutual labels:  pusher, realtime
vue-input-streaming
A Vue2 Input Streaming RealTime And Two Way Data Binding Broadcasting with Pusher
Stars: ✭ 24 (-33.33%)
Mutual labels:  pusher, realtime
Wsify
Just a tiny, simple and real-time self-hosted pub/sub messaging service
Stars: ✭ 452 (+1155.56%)
Mutual labels:  pusher, realtime
Laravel Websockets
Websockets for Laravel. Done right.
Stars: ✭ 4,157 (+11447.22%)
Mutual labels:  pusher, laravel-echo
docs
The official soketi documentation. 📡
Stars: ✭ 55 (+52.78%)
Mutual labels:  pusher, realtime
Dashboard.spatie.be
The source code of dashboard.spatie.be
Stars: ✭ 1,916 (+5222.22%)
Mutual labels:  pusher, laravel-echo
nakama-java
Android optimized Java client for Nakama server.
Stars: ✭ 26 (-27.78%)
Mutual labels:  realtime, realtime-chat
Design-Prototype-Feedback-Application
Invision-like Design Prototype Feedback Application built using Laravel Vue and Pusher
Stars: ✭ 13 (-63.89%)
Mutual labels:  pusher, realtime
python-realtime-table
Building realtime table using Python and Channels
Stars: ✭ 12 (-66.67%)
Mutual labels:  pusher, realtime
Laravel Realtime Example
Realtime 🍕 Pizza Order Tracker 🍕 - Laravel, Vue & Pusher
Stars: ✭ 165 (+358.33%)
Mutual labels:  pusher, realtime
soketi
Just another simple, fast, and resilient open-source WebSockets server. 📣
Stars: ✭ 2,202 (+6016.67%)
Mutual labels:  pusher, realtime
messenger
Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling, chat bots, and more!
Stars: ✭ 194 (+438.89%)
Mutual labels:  pusher, realtime-chat
rmpe dataset server
Realtime Multi-Person Pose Estimation data server. Used as a training and validation data provider in training process.
Stars: ✭ 14 (-61.11%)
Mutual labels:  realtime
ara
Ara is a golang server for real-time public transport data exchange, using the SIRI protocol.
Stars: ✭ 12 (-66.67%)
Mutual labels:  realtime
opal
Policy and data administration, distribution, and real-time updates on top of Open Policy Agent
Stars: ✭ 459 (+1175%)
Mutual labels:  realtime
convergence-project
The project used for Convergence Project Management and Issue Reporting
Stars: ✭ 33 (-8.33%)
Mutual labels:  realtime
plow
A high-performance HTTP benchmarking tool with real-time web UI and terminal displaying
Stars: ✭ 2,851 (+7819.44%)
Mutual labels:  realtime
ace-collab-ext
Enhances the Ace Editor with real time collaboration user experience.
Stars: ✭ 67 (+86.11%)
Mutual labels:  realtime
spacebro
Spacebro makes communication between apps effortless
Stars: ✭ 13 (-63.89%)
Mutual labels:  realtime
space-cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,405 (+9358.33%)
Mutual labels:  realtime

Laravel Realtime Chat Pusher

Hai semuanya 👏, Semoga dalam keadaan sehat dan masih samangat kodingnya. Open source kali ini saya membuat realtime chat pusher yang sangat sederhana proses pembuatannya. Maka jangan ragu untuk menggunakannya.

Latest Stable Version Total Downloads Latest Unstable Version License

Image

Installasi

Cara install cukup mudah, jalankan perintah composer dibawah ini.

composer create-project  --prefer-dist febrihidayan/laravel-realtime-chat-pusher

Kemudian konfirgurasi file .env

untuk database

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

untuk pusher

BROADCAST_DRIVER=pusher
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=ap1

Jangan lupa lakukan printah artisan berikut

  • php artisan migrate

Kemudian lakukan penginstalan packages

  • npm install atau yarn

Pemakaian

Developer

  • php artisan serve
  • npm run watch or yarn watch

Produksi

  • php artisan serve
  • npm run prod or yarn prod

Owner

Donasi

Berikan saya donasi untuk terus memberikan aplikasi open source yang bermanfaat.

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].