giving this error :Try `npm i –save-dev @types/socket.io-client` if it exists or add a new declaration (.d.ts) file containing `declare module 'socket.io-client';`, this also does not helped
Edit: in tsconfig.json inside compilerOptions make strict:false
@taylorferguson5221
08.12.2023Clear and concise. Gives a basic understanding without having to watch a 2 hour video. Thanks!
Shiraaz
05.09.2023Best tutorial on youtube so far! All the others confused me alot, this was very easy and clear!
Rohan Ayush
02.04.2023giving this error :Try `npm i –save-dev @types/socket.io-client` if it exists or add a new declaration (.d.ts) file containing `declare module 'socket.io-client';`, this also does not helped
Edit: in tsconfig.json inside compilerOptions make strict:false
Timoteo Cruz
04.05.2022Hey Nic nice.
Could you try to deploy this in a heroku server for exemple and post the tutorial here?
ThNKS MAN!!
Mozalbacete
04.05.2022Nice tutorial. I made this with Ionic
Ruslan Jackson
04.05.2022Great tutorial! Can you make some example with CRUD? thx!
Raja Khan
04.05.2022Can you show us multi players using this and boxes shooting at each other. Also the box gets hit disappears from game.
Vanced Acc
04.05.2022How to make it so that one player has a subset of buttons while another player has a different set of buttons
Надiя Скиба
04.05.2022Please, help! How to create borders beyond which the rectangle cannot extend?
Thuy Uyen Lovely
04.05.2022Amazing !
Çağrı Şahin
04.05.2022Would you want to create your multiplayer game with unity and Socket?
Then this is the course you're looking for:
https://www.udemy.com/course/build-a-real-multiplayer-game-with-unity-and-c-socket/?couponCode=BESTCOURSEEVER
Nemanja Jankovic
04.05.2022If we have two instances of cicles tied to two users, how can we know which user is moving which circle?
Angello Parrolivelli
04.05.2022Amazing tutorial! Descriptive and up-to-date!
Canvai
04.05.2022awesome!!
A
04.05.2022so… as soon as I tried to run the server for the first time I got this error:
ng : File C:UsersOwnerAppDataRoamingnpmng.ps1 cannot be loaded. The file
C:UsersOwnerAppDataRoamingnpmng.ps1 is not digitally signed. You cannot run this script on the current
system. For more information about running scripts and setting execution policy, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ ng serve
+ ~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
i ran this command in the visual studio code terminal Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
and re-ran ng serve, that fixed the problem.
henric
04.05.2022so with each click there is a http data transfer taking place?
pluraltest
04.05.2022getting CORS issue
Boddula Srikanth
04.05.2022amazing tutorial
Kousik Kayal
04.05.2022Clear and crisp tutorial! 👍
Hibi #TeamQueso
04.05.2022I wanna make a Wordle multiplayer xD