trekhleb /
javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
98/100 healthLoading repository data…
JiheneBarhoumi / repository
No description provided.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a simple Java TCP socket-based client-server chat application.
It demonstrates how two Java programs (a server and a client) can communicate with each other in real time using:
Both the client and the server can send and receive messages simultaneously.
This project is useful for learning:
this is medium blog which explains it all step by step : https://medium.com/nerd-for-tech/create-a-chat-app-with-java-sockets-8449fdaa933
java.net)java.lang.Thread)java.io)ServerSocket on port 5000accept()127.0.0.1:5000This allows bi-directional communication at the same time.
javac Server.java
javac Client.java
java Server
java Client
Selected from shared topics, language and repository description—not editorial ratings.
trekhleb /
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
98/100 healthCyC2018 /
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
90/100 healthSnailclimb /
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
airbnb /
JavaScript Style Guide
98/100 healthkrahets /
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持简中、繁中、English、日本語,提供 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 等代码实现
90/100 healthryanmcdermott /
Clean Code concepts adapted for JavaScript
98/100 health