jeudi 24 août 2017

How to use laravel and node.js together to implement video chat?

I want to implement video chat in laravel5.3, to do video chat I switched to node.js. As I said other part of project is based on laravel,now communication of laravel and node.js needed and I think of two choices if they are not wrong:

1-consider whole video chat (client_side and server_side) which is implemented by node.js as special part or module and send request from laravel to that, so that module would work, now I want to know if it is possible and how?

2-consider laravel blade as client side of video chat, so I have problem to load node_modules in laravel blade. I simply load node_modules in blade like below :

<script src=""></script>

and by this I faced problem, now I have below question:

1-Is it possible to load node_modules in laravel blade?

2-If first question id TRUE how to load node_modules in laravel blade correctly?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2vrekFv
via IFTTT

Aucun commentaire:

Enregistrer un commentaire