PrajjawalBanati / Networking_In_Java

Networking in Java with using TCP and UDP as connection Protocols
60 stars 20 forks source link

Suggest some changes #1

Open PrajjawalBanati opened 4 years ago

himanshugoyal1065 commented 4 years ago

Can you provide some description of what this is?

PrajjawalBanati commented 4 years ago

Hi @himanshugoyal1065 I created this repository covering the basics of networking through java. So now I wanted others to come forward that what forward changes could we do in the repository so as to make it more informative.

darcikhey27 commented 4 years ago

How about adding some practical applications using all the network concepts covered in this repo?

PrajjawalBanati commented 4 years ago

Hi @darcikhey27

Yes, I was thinking about making a chat assistant using these concepts. That could be one of the practical applications of the networking concepts

ygogolitsyn commented 2 years ago

Hi Prajjawal, Any help still needed for this project? I am a retired Java developer and would be prepared to contribute.

slvnyaswanth commented 1 year ago

It seems to be you explained concepts with sample codes in networking . Why don't forward this into next level by keeping real world trending apps concepts code on networking and by tagging that pieces of code into your concepts . lets say you keep networking code of WhatsApp and you tag your concepts of TCP communications peer to peer communication (sockets) , encryption etc... to the working code of WhatsApp. So that beginners with curiosity to learn trending apps will automatically learn concepts of networking in trending apps and indirectly your basic concepts.

PrajjawalBanati commented 1 year ago

Hi @slvnyaswanth Thank you for replying on this thread

Sure we can start with that. We can start with a real time application which can have a consolidated frontend and in the backend we can implement these TCP concepts. Sorry I was not active that much.