An open API service indexing awesome lists of open source software.

https://github.com/dmitrii1548/chat

This is a simple chat with WebSocket
https://github.com/dmitrii1548/chat

chat chat-application css html inertiajs javascript js laravel laravel-framework messenger php pusher tailwind vue vuejs vuejs3 websocket

Last synced: 2 months ago
JSON representation

This is a simple chat with WebSocket

Awesome Lists containing this project

README

          

# About
This is a simple messenger

# Installation

Run next commands:

1) git clone https://github.com/DMITRII1548/chat.git
2) composer i
3) npm i

Create .env file and run next command:

4) php artisan key:generate

Add mail, websocket and database configuration to .env file and run next commands:

5) php artisan migrate

6) php artisan storage:link

7) npm run build