
Set up a node.js express app and enable cross-origin resource sharing. Create a simple get API that returns a hello message and run it on port 8000 with npm start.
Add TypeScript to the project for type safety and to work with Typeorm, convert index.js to index.ts, install TypeScript types, and set up dev with nodemon for automatic restarts.
Design a chat UI by finishing the left sidebar, head, conversation area, and reply form, using socket.io to send messages between John Doe and Jane Smith.
Create a user entity with a primary key, unique email, and varchar fields in TypeORM, then register it to generate the user table in the database.
Implement an update user endpoint with OAuth middleware, handling first name, last name, email, and password updates, plus a get all users endpoint excluding the authenticated user.
Develop the left sidebar layout with a layout component, outlet, and route; fetch users with axios, then search and filter by name for chat access.
Replace the front end users list with rooms in the left sidebar, linking each room to its ID, and create a rooms/create page with a title input.
Showcases room-scoped messaging with websockets, filtering by room id via onmessage and the rooms/{id}/messages endpoint to deliver messages to correct participants.
Build a chat app with React, NodeJS and Socket io.
In NodeJS you will learn:
Use NodeJS with Typescript
Use TypeORM with MySQL
Use WebSockets with Socket io
Use Middlewares
Handle Multiple Rooms
In React you will learn:
Use Typescript
Use React Hooks
Use WebSockets with Socket io
If these are what you are looking for then this course is for you.
I'm a FullStack Developer with 10+ years of experience. I'm obsessed with clean code and I try my best that my courses have the cleanest code possible.
My teaching style is very straightforward, I will not waste too much time explaining all the ways you can create something or other unnecessary information to increase the length of my lectures. If you want to learn things rapidly then this course is for you.
I also update my courses regularly over time because I don't want them to get outdated. So you can expect more content over time from just one course with better video and audio quality.
If you have any coding problems I will offer my support within 12 hours when you post the question. I'm very active when trying to help my students.
So what are you waiting for, give this course a try and you won't get disappointed.