简体   繁体   English

如何知道网站是用 React 还是 Node 开发的?

[英]How to know website develop in React or Node?

Same like example of wappalyzer i'm developing script for just to identify which technology framework are using.wappalyzer的示例相同,我正在开发script识别正在使用的技术框架。

So i did with other e-commerece & CMS but for react & Node how to identify the same tech is used.所以我对其他e-commereceCMS进行了处理,但对于reactNode ,如何识别使用了相同的技术。

From the source or cookies any identification can we retrive?从源头或 cookies 我们可以检索任何标识吗?

you can make use of this react extension to know if the website is in react or not, or in react development or in production.你可以使用这个 react 扩展来了解网站是否在 react 中,或者在 react 开发中还是在生产中。

React Developer tools 反应开发者工具

if we want to know in code u can use something like:如果我们想在代码中知道你可以使用类似的东西:

stackoverlow 堆栈溢出

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM