Hello guys, please can someone explain to me how i can know the framework of any website on the internet. I know how i can detect wordpress but other framework are hard for me. Please i need assistance on this.

Recommended Answers

All 2 Replies

You can use a website like Built With if you want to quickly see what frameworks a website that is already in their system is using.

However, to figure it out for yourself, it's just a matter of looking at the HTML source code for a webpage and seeing if you can find javascript tags, etc. that are used by the framework. For example, you can see that we use jQuery and Bootstrap here at DaniWeb.

That being said, this is only going to tell you what's being used on the front end. It takes some hacker-level sleuthing to figure out what backend technologies a website is using, if they aren't announcing them.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.