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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -