
Learn how to use NodeJs & SocketIO to create online games
Description
In this course we are going to create from scratch a complete online chess game. Also we are going to setup a MySQL database to store the users info (username, email, score, played games etc.) and we are going to use also Redis. We are going to set up a basic express server, and for our view engine we are gonna use ejs. For our server we are going to use different routes to displaying the pages and different routes for the api. We are going to use a lot of socket events so by the end of this course you'll have mastered SocketIO. I will provide all the styling in the resources folder in the first section because this isn't going to be a CSS tutorial, because I want this tutorial to help you focus on your javascript skills. What you will learn in this course:- How to create a server with nodejs
- How to connect to your MySQL database from your nodejs server
- How to connect to a Redis client from your nodejs server
- How to use SocketIO for client-server communication
- How to use VanillaJs to create or update DOM Elements
- How to create a complete chess game using javascript
- How to setup a MySQL database for your game
- How to create and use MySQL procedures
- How to create middlewares to authenticate users
- How to store cookies
- How to use jwt authentication
- How to hash user passwords
*************************************************************************************************
Since some of the npm packages may have updated when you take this course, it would be better if you used the same versions with me
*************************************************************************************************
Who this course is for:
- Javascript developers who want to learn how to create a server
- Javascript developers who want to learn how to use socketio
- Javascript developers who want to learn how to create an online game
- Javascript developers who want to learn how to use nodejs with mysql, redis and socketio