1

I am working on web application in which I want to use laravel 5.2 as back end development and angular 2 in front end but I have a Question-

Can I run Laravel 5 application on nodejs instead of Xampp? Is this possible ??

I read this, but I can't understand whether his problem is like mine or not https://laracasts.com/discuss/channels/requests/nodejs-with-laravel

If possible, can any body give me any link to tutorial to do this thing? Thank's

1

1 Answer 1

2

You can receive some data by node.js server and transfer it to laravel. For example you can transfer it through Redis. There is tutorial about it https://laracasts.com/series/real-time-laravel-with-socket-io

Sign up to request clarification or add additional context in comments.

2 Comments

You can run php script from node.js by exec package (npmjs.com/package/exec), but it's not usefull.
why is not usefull

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.