Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 623 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 623 Bytes

Hologram - Simple Chat Apps

Simple realtime chat with Socket.IO, Laravel and AngularJS

Tech

  • Socket.io for realtime chats
  • Laravel frameworks 5.4 for backend
  • AngularJS for frontend

Installation

composer install

Migrate Database. On "api" folder, run this command : php artisan migrate

Install socket.io, express, and request npm install socket.io npm install express npm install request

Changes api root path and socket connection on js/app.js (optional)

Then, make sure API and server.js (for chat server) running correctly.

Support

Mail me at [email protected] if you need some help :D