Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 955955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:28:07+00:00 2026-05-16T00:28:07+00:00

Is a web framework, such as Django and Ruby on Rails, simply a way

  • 0

Is a web framework, such as Django and Ruby on Rails, simply a way of displaying code that could be written normally over http? Or is it used for more server side things, such as storing data. Is it used as a front-end or back-end for websites?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T00:28:07+00:00Added an answer on May 16, 2026 at 12:28 am

    Let’s talk for a moment about things that aren’t a web framework.

    At the most basic level of the web you have a webpage. It’s typically a dumb page with some text on it, maybe an embedded video or a few images. It doesn’t (or at least ideally shouldn’t) care where the stuff it displays is coming from. You don’t need any scripts, databases, etc. in order to have a static webpage. Typical tools used: HTML, CSS, Javascript.

    Then you have content management systems (CMS) such as, say, WordPress. They add a bit more functionality to your site, but really all they do is provide you with a way to manage your collection of webpages — create ones on the fly, etc. You can use them as is and interact with CMSs through the administration pages they provide. You can extend some of them (for example, WordPress has a plugin architecture), but you’re typically not concerned with how they work or with their specific API.

    And then you have web frameworks. They allow you to do everything else in a structured manner. You don’t need to have a framework to create a database-powered site, but it can help. Frameworks buy you a lot of convenience through convention. For example, if you want to add a new section to your site, you can create a “module”, upload it to a known location, maybe update a config file, and it more or less wires itself into your site.

    The framework is what can take care of your database details or pulling data in from other services (or providing data through a service). It can build pages for you automatically based on a template. It can take care of “prettifying” your links through URL routing. It can help you make sure none of your site links ever break — by dynamically figuring out where pages are instead of you manually hardcoding links. They allow you to separate your back-end concerns (business logic, data access, authentication, etc) from your views, allowing you to easily update your page design if you feel like it.

    To specifically address your questions…

    1. Web frameworks generate HTML pages served over HTTP. There’s no particular magic here. You could often write the same pages yourself, but frameworks allow you to, for example, define a template and have a different page displayed based on your needs without your direct manual involvement.

    2. Web frameworks don’t store data. They can access or provide it, but they aren’t themselves a database of any kind. Web frameworks live on the server side and serve up pages to the client and process client’s input.

    3. Frameworks like Django and Rails are used on the back-end. There are other frameworks like jQuery that can be used to script client-side activities, but they aren’t web frameworks in the same sense. Usually when someone says “web framework”, they mean server-side.

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Major web frameworks (such as Django, Pyramid, Rails, etc) are often run as persistent
Web frameworks such as Rails and Django has built-in support for slugs which are
Is there a way of integrating apache click web framework with Google Guice such
I've been thinking about writing a web framework (think Struts, Ruby on Rails, Seaside)
Web frameworks such as Rails and Django has built-in support for slugs which are
I have heard that web-based chat clients tend to use networking frameworks such as
Is there a Java web framework that allows the user to create custom fields,
Does anybody know a good web framework that includes an ORM mapper and allows
I'm looking for a java web framework that will allow you to configure dynamic
I'm wondering if there's such a thing as Django-like ease of web app development

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.