Results 1 to 3 of 3

Thread: What is your advice for Qt server-side?

  1. #1
    Join Date
    Nov 2024
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default What is your advice for Qt server-side?

    Hello.
    I'm beginning to learn Qt and I want to select a suitable framework for server side and a database management software. I'm so confuse because I'm learning C++ for Qt and I want to use C++ for server-side too, but I can't find any framework and database software with C++ scripting language. I don't want to learn python, Java or Ruby at this time. Becaue I only want to focus on C++ and no other languages. What is your advice for Qt server-side? And which database I can choose for Qt and C++?
    James Godwin 101 games

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,252
    Thanks
    304
    Thanked 868 Times in 855 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: What is your advice for Qt server-side?

    Qt has drivers for most DBMS implementations - SQLite, MySQL, etc. I am not sure what you mean by a "Qt server". The DBMS is itself a server. You connect to it from a client and issue SQL commands to retrieve, add, and update the DBMS content. You should not have to write anything as a server because it is all contained within the DBMS itself,
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  3. #3
    Join Date
    Nov 2024
    Posts
    2
    Qt products
    Qt3
    Platforms
    MacOS X

    Default Re: What is your advice for Qt server-side?

    I recommend Crow which is a C++ micro web framework inspired by Python's Flask. It allows you to build web servers in C++ while providing a simple syntax for handling HTTP requests. It's especially useful for REST API development and integrating with C++-based backends.
    build now gg

Similar Threads

  1. Qt server-side and database
    By mircha in forum Newbie
    Replies: 1
    Last Post: 6th March 2020, 17:29
  2. How to disconnenct socket in server side?
    By Ali Reza in forum Newbie
    Replies: 1
    Last Post: 6th June 2012, 11:26
  3. Replies: 2
    Last Post: 13th January 2011, 06:30
  4. Retrieve Host Name at Server Side
    By hkaraoguz84 in forum Qt Programming
    Replies: 0
    Last Post: 24th August 2010, 16:02
  5. server-side app CGI Programming.
    By jcr in forum Newbie
    Replies: 0
    Last Post: 15th January 2009, 11:37

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.