Jump to content
MakeWebGames

how do we make a top text based game list


Raven1992

Recommended Posts

well for a start which stuff do i need before all of it happens i know the mysql bit to store the users

You don't necessarily need MySQL. You need a database. MySQL is a relational database management system - you could go for NoSQL (Neo4j, Mongo, etc - although these are mostly used for BIG data, however not limited to that.)

 

  • A webserver
    • Apache
    • Nginx
    • ...

    [*]A database

    • SQL
    • NoSQL

    [*]Server-side programming

    • To communicate with the database(s)

    [*]Client-side programming

    • Display everything to an end-user

     

Edited by sniko
Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...