How to go about implementing the new Chat beta feature in the Smart Admin Theme and Laravel 5? -


i trying figure out how chat working in smart admin theme

as can see, newer version ships chat beta plugin. on "about api" page, gives few instructions on how front end working unfortunately has no information end.

how go implementing end chat? purchase account @ cometchat. , if do, still confused implementation both on , front end.

i mean listen events cometchat, web sockets , check see new message , open new window on front end display there? work pusher, maybe?

i terribly apologize vagueness of question. confused , not able explain myself in manner. can point me in right direction on how chat feature working if end web service built using laravel 5?

i trying use nodejs socket.io. guide long way: http://socket.io/get-started/chat/

the reason chose nodejs socket.io, it's realtime. use of sockets allows send messages server client, instead of making client poll new messages every x seconds.

with javascript skills, make nice chat application person person chat or chatrooms.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -