Advice on server language selection when building web services in startups.

Asked 1 years ago, Updated 1 years ago, 60 views

It's a startup.

I'm preparing a web service, but I'm not sure which language to use, php or node.js.

At first, it was developed as node.js, which is a trend and has the advantage of being able to develop with JavaScript, but as the system was getting bigger, I was worried.

Would it be better to have a php with abundant references and smooth supply and demand of manpower? Currently, there is no distinction between the two languages based on usage...

I would like to freely share the thoughts of experienced people and developers in each field. lol

php node.js startup

2022-09-22 21:13

1 Answers

I think php will be good for now, but in the future, in the case of node.js, we use Chrome's V8 engine, so we are growing at the same time as Chrome and continuously upgrading. Also, many developers are interested in solving open source, so I recommend node.js if you have a job in web development. If you need to build it now, I recommend php. And node.js is really simple to install and use like Linux, so it's a simple web server build with just a few codes, and it's easy to integrate sql. If you are good at JavaScript, I think node.js would be better!


2022-09-22 21:13

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.