hi i like this series of videos keep going, i have a question, if i want to create game lobbies and in these lobbies only two players can play , how to i do that? thank you
Hi I am on minute 7. Trying to start the server but I got some problems: code ELIFECYCLE, errno 1, [email protected] start: 'node server.js'. Hope you can help me.
Упс. Я раньше использовал. let rootDir = __dirname.substring(0, __dirname.lastIndexOf("\")); (для Win) let rootDir =__dirname.substring(0, __dirname.lastIndexOf("/")); (для Linux)
hello i know it's an old video and it helped me a lot. but i was just wondering is it safe creating a server with express while developing a project. do you need something like a wamp server. i know for sure that loading a project directly from your computer is dangerous. but while working on and testing a project is it safe making a server with express on your personal computer ? thank you for your time
Hi! Can you help me please. i follow step by step on your video i tried many times at io.on but there's no output ''Someone connected at my node.server js and also output of 'Hi, your are connected' how can i fix this?
Wow, thank you so much. I don't usually leave comments but this was high quality man! I did a lot of debugging because I didn't follow you correctly, but that adds to the learning curve. On to the next video 🙂
when you serve the files from client— is it possible to use index.php instead of index.html because i get an error?? there is a reason why i want to do this. thank you!
After 17:53: [nodemon] app crashed – waiting for file changes before starting… In console there are a lot of error messages "Failed to load resource: http://localhost:8080/socket.io/…" Could not connect to the server."
Юрий, огромное тебе спасибо! Я три дня искал нормальное объяснение работе сокетов вообще и в таких играх в частности! Это оказалось очень понятно и ооочень просто, но только благодаря тебе. Спасибо огромнейшее, продолжай развивать канал, супертоп талант педагога у тебя!
Such high quality video!!! I saw when you did the mistake, and i was like "I want to warning him!!!" haha' Glad to know thata those simple hookie mistakes happens with pros like you! haha ' See you in the next video! 😀
@diasabdrakhmanov
07.09.2024If it's online game, then why Localhost? How to make online game between different computers and different wi-fi networks? Please someone say me!
S- series
19.09.2023hey can someone help , i am trying to serve an html file having module scripts with node js , how to serve html file having module scripts in node js
King Eddie Music
10.03.2023Will this work with different devices? I'm a beginner so I'm not entirely knowledgable in Javascript. I'd appreciate some help on the matter!
Diego Carrera Acosta
12.11.2022Thanks for this tutorial 🙂
Paleta
02.05.2022just an tip i was having problem with the server dont initialize, remember to set up the folders on package.json
Sweak2006
22.04.2022Sick intro!
Iurii Katkov
22.04.2022great, will try it!
BraVe
21.04.2022hi i like this series of videos keep going, i have a question, if i want to create game lobbies and in these lobbies only two players can play , how to i do that? thank you
Denisse Bazbaz
21.04.2022Hi
I am on minute 7. Trying to start the server but I got some problems: code ELIFECYCLE, errno 1, [email protected] start: 'node server.js'. Hope you can help me.
BliZz Gaming
21.04.2022do you use any library like, jQuery?
Computer Solutions
21.04.2022Good Work!
Sean Cotton
21.04.2022For some reason, I can't get this to work. only see Cannot GET /
Петро Кобзар
21.04.2022Какая разница между "express.static" и "serverStatic", где используется import serverStatic = require("serve-static"); ?
Петро Кобзар
21.04.2022Упс. Я раньше использовал.
let rootDir = __dirname.substring(0, __dirname.lastIndexOf("\")); (для Win)
let rootDir =__dirname.substring(0, __dirname.lastIndexOf("/")); (для Linux)
MagicMightNew
21.04.2022Огромнейшее спасибо за такое наглядное и.. (разжеванное?) введение в сокеты!
Excalibur
21.04.2022mine wont install
TigA
21.04.2022very nice tutorial!
newmagicfilms
20.04.2022Great tutorial! I've understood and found a lot of new things. Thank you!
Good Zil Hunting
20.04.2022Wow thats exactly what I was searching for! Doable, but Multiplayer 😉
Gera Zachary
20.04.2022Excellent tutorial! 😄 Keep up the good work.
P.S: The background image in the intro is from Breath of Fire IV… Right?
Bandido
20.04.2022hello i know it's an old video and it helped me a lot. but i was just wondering is it safe creating a server with express while developing a project. do you need something like a wamp server. i know for sure that loading a project directly from your computer is dangerous. but while working on and testing a project is it safe making a server with express on your personal computer ? thank you for your time
Allan III Condiman
20.04.2022Hi! Can you help me please. i follow step by step on your video i tried many times at io.on but there's no output ''Someone connected at my node.server js and also output of 'Hi, your are connected' how can i fix this?
Allan III Condiman
20.04.2022/socket.io/socket.io.js is not found on my server
S Frame
20.04.2022Thanks for video, I can study English and good information!~ 😀 in korea
Namah Shrestha
20.04.2022Three phrases: Amazing intro, Amazing video , White VSCode?
omri perez
20.04.2022I know I'm late but do u think instead of
<body>
…..
<li>welcomw to RPS</li>
</body>
I can replace with
<body>
…..
<h2>welcomw to RPS</h2>
</body>
MovieMenno
20.04.2022it works, thank you. does anybody know how i can host this code because i have some trouble with it
Salko Hajrić
17.04.2022Now if i want to upload my code to hosting service, do i, and what code i need to change to get it working the same way?
Yara Raffoul
17.04.2022should the players be connected to the same network? Because I am searching for a way to make a local multiplayer game. I do not want it to be online
TominatorBelgium
17.04.2022What's wrong with document.getElementById?
WTF
17.04.2022I v'got: "client.js:25 Uncaught TypeError: Cannot read property 'addEventListener' "
Yuri de Wit
17.04.2022i really would love a continuation on the series, thanks fr the amazing video!!!
Stefan van der Heijden
17.04.2022Wow, thank you so much. I don't usually leave comments but this was high quality man! I did a lot of debugging because I didn't follow you correctly, but that adds to the learning curve. On to the next video 🙂
Johnny Kang
17.04.2022Is there a way to add your username?
csondika
17.04.2022Nice and helpful! Great explanation. Thank you!
James Cunningham
17.04.2022when you serve the files from client— is it possible to use index.php instead of index.html because i get an error?? there is a reason why i want to do this. thank you!
Zaben
17.04.2022Am having the following error:
io is not defined
when it's being called in the client.js, any one knows why am having this please?
Aty
17.04.2022how do i make js server on windows?
Lara S
17.04.2022IT DOES NOT WORK !!!
After 17:53:
[nodemon] app crashed – waiting for file changes before starting…
In console there are a lot of error messages "Failed to load resource: http://localhost:8080/socket.io/…" Could not connect to the server."
Ajibola Oki
17.04.2022amazing tutorial!
Jinxxeh
17.04.2022Thank you so much for this! You're a brilliant teacher, I really appreciate you not rushing over anything and explaining it all, super helpful! 🙂
Jay
17.04.2022Hello, if I want to play a game of rock paper scissors with two devices, how do I do that?
hermit anotherant
17.04.2022I have a friend from Austria and u sound just like him. Are u Austrian? Really good tutorial, Thankyou!
Арсен Григорян
17.04.2022Юрий, огромное тебе спасибо! Я три дня искал нормальное объяснение работе сокетов вообще и в таких играх в частности! Это оказалось очень понятно и ооочень просто, но только благодаря тебе. Спасибо огромнейшее, продолжай развивать канал, супертоп талант педагога у тебя!
MeBeQuack
17.04.2022how do you do this on a windows 10 device?
Gustavo Silva
17.04.2022Such high quality video!!! I saw when you did the mistake, and i was like "I want to warning him!!!" haha' Glad to know thata those simple hookie mistakes happens with pros like you! haha ' See you in the next video! 😀