JoD Ep1: Building a Multi-User Chat Application in Java - Part 1: ServerSocket

preview_player
Показать описание
Video tutorial series on how to build a multi-user chat client/server application in Java.

Рекомендации по теме
Комментарии
Автор

You're explanation is far better than that of my lecturers!

I don't think I'd be able to actually build my required multi user chatboard without this tutorial. thanks alot

Ethanjayc
Автор

YOUR EXPLANATION IS REALLY AWESOME!!!
I'm working on this group chat application and being a student I've so many doubts... Your video is the only one that I find is very easy to understand....

kavryo-
Автор

Best video about Multi-User Chat. Thank You!

Pointofview
Автор

Thank you for the detailed and straightforward explanation of how this works, Jim.

Someguy
Автор

Thank you so much for this. I'm starting out my first project for my systems programming class and I had no clue where to start. This helped a lot!

rachelquijano
Автор

This man is awesome he explains everything very good and is patient

SportSync_official
Автор

i used to think coding was so hard until i watched this tutorial i love how you explained everything and how easy it was to understand you

baskinlive
Автор

Jim, I have to say that your way of explaining things in this video is awesome - step by step, clearly described! Gread job!

bartoszpuszkarski
Автор

Hello dear Jim, I´m learning java and English ( at my own ), but i found this video very interesting and complete, thanks for your effort to do that, it was a really simply but excellent explanation of this topic.
Now i'm able to modify my own code to make a server Apk-
I'll let you a big like to all your vids.

rasdavidflorian
Автор

All JoD Ep1-5 are so helpful - superb!

zephaniahsupr
Автор

Subscribed after watching this, fantastic explanation.

mickdostie
Автор

for those who use windows: end your string with "\r\n", not only "\n". But the best way is to use System.lineSeparator(); instead of hard-coding.
I recommend you to read about CRLF and how line separation works on Windows and Unix systems.

IXellershome
Автор

Thank you so much sir ... you explained it very well ...

manarel-sherif
Автор

Hello Jim, just wanted to say very great series! and well explained! I tried going to the link in the description to get hold of the source code, so i can have a play around with it, but the site doesnt load correctly. Is there another link for this please?

techqueries
Автор

sir project file is not showing in website...
saying " igfm.co’s server IP address could not be found. "

tulsikhatri
Автор

Hey Jim! Your tutorial helped me a lot! I was wondering can l make a GUI desktop app and connect me and my friend with this tutorial?

koleff
Автор

As you mentioned this can only work for limited number of client. The work around is multitasking io. Could you make a video about that? Thank you

shuyangzhu
Автор

Hello sir and everybody...my question is...
Can you please tell me, is this possible that we send msg from one machine to another machine on different location...?
Because with me, it is only working on the localhost, not on the other computer's ip address on different location...
Please reply...🙏

tulsikhatri
Автор

Hello Jim, first of all thank you for a great video. My question is what can you reccomend to start using today for a simple network testing. In this video you used telnet. Is there any available equivalent or telnet is fine for such thing?

dzentsetsu
Автор

Everything is functioning, however I get the error "Connection refused" on my macbook upon entering "telnet localhost 8818". Is this a common problem? How could I potentially fix it?

felixclinthorne