image

Phaser Tutorials.com continues the series: "In the beginning of this tutorial series, we started building our Node.js + Express server that will be used for user authentication and for serving our client-side Phaser game. In Part 1 we:

  • Setup a new MongoDB cluster using MongoDB Atlas cloud service
  • Created a basic Node.js + Express server
  • Created a new Express Router

In Part 2 of this tutorial series, we will continue working on our server by adding user authentication, setting up the logic for connecting to MongoDB, and adding the logic for securing our API endpoints."

Read More