#To put it simply, Internet of Things development is essentially Internet-related development.
The Internet of Things involves many objects and levels. The underlying development is directly oriented to the hardware, and the language used may be C language or assembly language. For development of clients, apps, and platforms, you can use PHP, Java, C, etc., so to distinguish between Java and PHP for the Internet of Things, you must determine which direction you want to develop.
For example, traditional light bulbs are not connected to the network. At this time, a chip needs to be embedded in the light bulb. The combination of the light bulb and the chip becomes an embedded system. An embedded system is a special computer system that is application-centered, based on computer technology, and has customizable software and hardware. The field of embedded can be divided into embedded hardware and embedded software.
Embedded development generally uses relatively low-level languages such as c or java. The development of smart terminal applications such as mobile APPs can be carried out in languages such as java and php as needed. Speaking of which, whether Java or PHP is better for the Internet of Things depends on the development direction you choose, whether you want to do embedded underlying development, app development, or web application development.
Which one is better between java and php for Internet of Things depends on the development direction you want to choose.
Recommended tutorial: PHP video tutorial
The above is the detailed content of Which one is better for IoT, java or php?. For more information, please follow other related articles on the PHP Chinese website!