Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andhikayuana/laravel-socket.io
Demo simple chat app using laravel and socket.io
https://github.com/andhikayuana/laravel-socket.io
chat chat-application laravel laravel-application laravel-framework socket-io socket-server
Last synced: about 2 months ago
JSON representation
Demo simple chat app using laravel and socket.io
- Host: GitHub
- URL: https://github.com/andhikayuana/laravel-socket.io
- Owner: andhikayuana
- Created: 2017-09-08T00:39:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T01:18:52.000Z (almost 3 years ago)
- Last Synced: 2023-02-27T12:01:57.669Z (almost 2 years ago)
- Topics: chat, chat-application, laravel, laravel-application, laravel-framework, socket-io, socket-server
- Language: PHP
- Size: 376 KB
- Stars: 42
- Watchers: 6
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple Chat using Laravel + Socket.io
Simple Chat using Laravel + Socket.io, You can see slide [here](https://slides.com/andhikayuana/laravel-socketio)
## Requirements
1. [LAMPP/XAMPP](https://www.apachefriends.org/index.html)
2. [Composer](https://getcomposer.org/)
3. [NodeJS + NPM](https://nodejs.org/en/)## Installation
```bash
$ git clone https://github.com/andhikayuana/laravel-socket.io.git
$ cd laravel-socket.io
$ composer install
$ npm install
$ npm run dev
$ copy .env.example .env
$ php artisan key:generate
$ npm run socket-io-server
$ php artisan serve
```Now, open your web browser and got `http://localhost:8000` . Enjoy :D
## Screenshots
| ![](screenshots/1.png?raw=true) | ![](screenshots/2.png?raw=true) |
|-----|-----|## Contact
You can contact me at the emaill [[email protected]](mailto:[email protected])
## Donation
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/T6T02OS5W)
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D