How to use laravel and node.js together to implement video chat? -
i want implement video chat in laravel5.3, video chat switched node.js. said other part of project based on laravel,now communication of laravel , node.js needed , think of 2 choices if not wrong:
1-consider whole video chat (client_side , server_side) implemented node.js special part or module , send request laravel that, module work, want know if possible , how?
2-consider laravel blade client side of video chat, have problem load node_modules in laravel blade. load node_modules in blade below :
<script src="{{url('admin/js/node_modules/socket.io-client/dist/socket.io.js')}}"></script>
and faced problem, have below question:
1-is possible load node_modules in laravel blade?
2-if first question true how load node_modules in laravel blade correctly?
wiki
Comments
Post a Comment