Michael-Kidd / 4th-Year---Main-Project

4th Year Group Project
0 stars 3 forks source link

Server Side Python Program #13

Open Michael-Kidd opened 6 years ago

Michael-Kidd commented 6 years ago

Create a Multi-threaded program in Python

  1. Accepts multiple incoming Sockets.
  2. Connects to a Neo4J Database.
  3. Can search that data base by taking in a List of players.
  4. If a player is not found in the list, adds a default player using that players username etc.
  5. Returns all data from those Players.
  6. Another method that can take in a list from the client and update the Entries for each player in the list.
G00306474 commented 5 years ago

Changed DB to Maria. Can receive from list of players, updates score or creates if new player. Just need to send information back.