Python Forum
feasibility of a web forum in Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
feasibility of a web forum in Python
#1
what is your opinion on the feasibility of a web forum written in Python? i notice that the vast majority are written in PHP. even Perl has a limited showing for this category of application.

i've been thinking about a design where there is a client/server relationship with the server implemented entirely in Python (not counting things like the database, if used). the client might be done in JavaScript or one of the web client side Python implementations or even as a standalone app not based on a web browser. the important idea of this design is to make a clean and simple protocol between client and server so that either side is pluggable as desired.

i really like the look and feel of Discourse. the protocol should include information fields, or otherwise be flexible enough, to allow client side software to implement something like that.

your thoughts?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
feasibility of a web forum in Python - by Skaperen - Nov-09-2019, 08:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python C API Forum JRHeisey 0 1,325 Nov-22-2019, 02:28 AM
Last Post: JRHeisey

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020