Giter Site home page Giter Site logo

axit-joost / laravel-vuechat Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 3.0 1 KB

Realtime chat application based on Laravel, Vuejs, Redis and Laravel-Echo-Server

License: MIT License

php laravel vuejs axios redis laravel-echo laravel-echo-server socket-io bootstrap blade laravel-passport

laravel-vuechat's Introduction

laravel-vuechat

Realtime chat application based on Laravel, Vuejs, Redis and Laravel-Echo-Server

laravel-vuechat's People

Contributors

axit-joost avatar

Watchers

 avatar  avatar

Forkers

kevabb insyht jorime

laravel-vuechat's Issues

Create a real time chat application based on Laravel, Vuejs, Redis and Laravel-Echo

Create a multi user, real time chat application using Laravel, Redis, Laravel-Echo-Server and Vuejs.

Fork this repo and perform the following tasks:

  • Create a new Laravel application and scaffold the auth
  • Multiple users should be able to register and logon to the application
  • The application must show the chat history, utilizing Redis as a cache
  • The front-end should be styled using a current version of the Bootstrap framework
  • The front-end must use a Vuejs component (that you author yourself) for the displaying of the chat history and the ability to send chat messages
  • The Vuejs component should use Axios to communicate with the Laravel back-end
  • The Laravel back-end should utilize Events and Broadcast to a channel
  • Broadcasting should leverage Redis
  • Laravel-Echo-Server must observe Redis for applicable broadcasted events
  • Laravel-Echo must utilize Socket.io to connect the front-end to the Laravel-Echo-Server
  • The front-end of participating users must update without having to reload the screen

Additional kudos (for extra credit):

  • When a user is typing the message, the participating users should see an indication that 'User X is typing a message'
  • When a user is logging on, logging off, closing the browser screen or is otherwise leaving the session, should cause the screens being updated that the user has left the chat.
  • Instead of using Laravels routes/web.php for endpoints, the application should use Laravel-Passport and be able to consume its API that is defined using routes/api.php
  • Use Vuex state management library between the various components in a sane way.

Please document your code and update the README with instructions on how to get the app running.

Create a pull request communicating to us about the body of work that has been performed. Make sure you reference this issue to be automatically closed on merge.

Note: Please do not rely on tutorials or copy-paste from existing solutions. The goal of this programming exercise is for us to see your solution, not someone else's!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.