1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What is the best programming language for the development of online casino games ?

Discussion in 'Programming' started by Argento, Feb 27, 2013.

  1. #1
    What we are looking here is a client-server architecture with multiple players (clients) simultaneously connected to the central game-server.

    So, what are the recomendations for the server-side language and the client-side languague.

    Thanks alot !
     
    Argento, Feb 27, 2013 IP
  2. shofstetter

    shofstetter Well-Known Member

    Messages:
    178
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    120
    #2
    Well, you have a lot of options, I would use php on the server side, and code it like a REST or RPC type interface, and just use javascript/jquery/ajax on the client side. No plugins needed, and will work in most browsers including smartphone browser. It is important to keep all the logic on the server side to prevent cheating, and just have the client relay user input. This is my recommendation, but I have seen many sites that use flash or java. All three methods have there pros and cons. I prefer php for it's simplicity and easy of use.
     
    shofstetter, Mar 2, 2013 IP
  3. Deirdre A. Samonte

    Deirdre A. Samonte Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    if you want it interactive, go for flash.
     
    Deirdre A. Samonte, Mar 3, 2013 IP
  4. Siegfried

    Siegfried Greenhorn

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    php server side, flash on client side
     
    Siegfried, Mar 4, 2013 IP
  5. TestingWhiz1

    TestingWhiz1 Member

    Messages:
    64
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #5
    I would use PHP or ASP on server side language and Java Script or Ajax on client side scripting langauage as the casino games need more security from client side.
     
    TestingWhiz1, Mar 4, 2013 IP
  6. Mohammad Asif Ali Zaman

    Mohammad Asif Ali Zaman Member

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #6
    i think you must go with java script /j query/ or i think php.........