From the course: Node.js: Real-Time Web with Socket.IO

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Complete our tech rooms and challenge

Complete our tech rooms and challenge

From the course: Node.js: Real-Time Web with Socket.IO

Start my 1-month free trial

Complete our tech rooms and challenge

- [Instructor] Now, that we have our JavaScript room setup, let's continue and complete our other rooms for our tech chat room. Let's get to it. So, let's go inside of our folder first. So, go inside of the chatter directory where you have your project. Then, in the public document, let's create more files. So, I want you to copy and paste on Windows and change the name of the file or just simply do an option click and drag on Mac and then rename the file. Rename and I want to change this one to the other language that we had on our list and then let's do it again and change this one to css. So, right now we have the three rooms that we need. We have the index and we're good. Okay, so let's go back inside of our code. The next thing I want to do is create the routes so we have a route for JavaScript. We have the main route which actually returns the specific html file. Let's create two more. So, we'll create the one for Swift and let's do an option click, swift. Let's make sure the…

Contents