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

  • Home
  • SEARCH
  • 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 8512715
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T04:21:29+00:00 2026-06-11T04:21:29+00:00

What is the right way to use a server-side language to create a website?

  • 0

What is the right way to use a server-side language to create a website? Do I have to write every webpage in python (print “” etc.) or should I use the server-side just when i want to access a database,for example, and than format the output via javascript?
Thank you in advance!

  • 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-06-11T04:21:30+00:00Added an answer on June 11, 2026 at 4:21 am

    At least two things to consider, when chosing what to do on the server side:

    1. Security: Anything you send to the client side will be accessible to the receiver as plain text (the javascript too). Only send data once you’re certain about the clients identity (i.e. logged in). Therefore, anything security sensitive should happen on the server side.

    2. Processing time v.s. network load: If a lot of users are doing a lot of different calculations with a data set (i.e. sorting, summarizing, sub-totalling etc.), the server CPU can be offloaded by sending raw data (granted pt. 1 is taken care of), and let each client handle the calculations. On the other hand, this might cause a lot of users to request too much data, which can degrade network performance.

    As a consequence: If uncertain, do as much as possible on the server side. If not uncertain, the question is void:-)

    As for the other part of your question, regarding how to generate the HTML: consider using a web-framework like Django. This will give you an abstraction layer, which yields much functionality pr. line of code. Of course, this way a lot of stuff happens “behind the scenes”, which gives you less direct control, but usually the benefits outweigh the disadvantage.

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

Sidebar

Related Questions

What's the right way in Drupal to create reports? I was hoping to use
What is the best way to implement GWT Server Side Internationalization? Use native Java
What is the right way of doing both client side and server side validation
I'm having trouble trying to find the right way to use MSBuild to build
Is this the right way, to use boost::shared_ptr for the nodes left and right
What is the right way to create custom pgsql types for django application so
I have created a master page in asp.net which dont have any server side
I am not sure if I use the @Id in objectify the right way.
Right now I have simple form with a single input. I'm trying to use
I am trying use the new server side plug-in feature for TFS 2010. (I

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.