java-sockets

There are 98 repositories under java-sockets topic.

  • Bidshare

    Language:Java1
  • http-server

    Language:Java
  • chat-application

    Language:Java
  • TDAT1006-Software-Engineering

    2019 Spring Semester. Large Group Project creating a multiplayer game with Java and Sockets.

    Language:Java1
  • webbie-trivia

    Webbie-Trivia is a Quiz game that see the players answering trivia questions while competing in the fictional game show Webbie! Created specifically with multiplayer party gaming in mind.

    Language:Java1
  • PasswordBasket

    Java password manager

    Language:Java1
  • FRC-OpenCV-Android-Vision

    FRC vision application on android device using openCV-android-sdk and camera2 API (openCV JavaCamera2View)

    Language:Java1
  • Multiplayer-Cosmic-TicTacToe

    Multiplayer-Cosmic-TicTacToe

    🌠 Cosmic TicTacToe (client-server - sockets programming, TDD, 2D GUI-javaFx, design patterns)

    Language:Java1
  • Socket-Programming

    Socket programming using java

    Language:Java1
  • server-client-communication

    A simple server-client architecture communication. You can find three versions of the server, a single message single client server, a multi message single client server and a multi message multi client server

    Language:Java1
  • Java-AppsAndTutorials

    Java Socket Apps, and Connect 5 in Java

    Language:Java1
  • multi-chat

    Multithreading chat room SDK based on HTML-like protocol

    Language:Java1
  • IP-Messenger

    Desktop messenger application based on socket networking concept, developed on java providing file and message transferring

    Language:Java1
  • mastermind-game

    Mastermind Game as a server application.

    Language:Java1
  • Shopaholic

    A Java EE based shopping application for online grocery shopping

    Language:Java1
  • EnterpriseServiceBus

    Service Bus which enables multiple services to interact with each other. Implemented using Java Sockets, Java Native Interface (JNI) and Jython library. Can interact with Java, C++ and Python.

    Language:Java1
  • Google-BigTable

    SmallTable

    Language:Java1
  • Dropbox

    Simulation of Dropbox file hosting service.

    Language:Java1
  • ChatSistem

    Едноставен chat систем.Изработен во Java. Додаден GUI(графички кориснички интерфејс) | Simple chat system. Made in Java. Added GUI(Graphical User Interface)

    Language:Java
  • cmd-server

    Java Socket Server that consumes commands from a producer client

    Language:Java
  • PlayerCommunication

    This project demonstrates a Java communication system for inter-process communication between two players. It includes a server application for managing connections, player applications using sockets for communication, multi-threaded message exchange, and supports both in-process and network communication. Each code file is with detailed comments.

    Language:Java
  • mailmessage-server

    Java multi-thread email exchange server with its own syntax.

    Language:Java
  • mailmessage-client

    Java client application for a multithreaded email exchange server with its own syntax.

    Language:Java
  • socket-programming-send-image

    In client server architecture simple image sending process by choosing image from computer

    Language:Java
  • ChatRoom

    This is a simple ChatRoom built with Java Socket API.

    Language:Java
  • appjavasockets

    Java desktop application using Sockets

    Language:Java
  • JavaThirdSemesterHW

    Third Semester Java Home Works at KFU ITIS

    Language:Java
  • CSE322-Computer-Networks-Sessional

    A repository containing all the notes, cheatsheets and solutions to assignments offered by the course CSE322 Computer Networking offered by CSE, BUET.

    Language:Java
  • Chat-Client-Server-RPC-

    Ứng dụng chat trên mạng nội bộ nhóm theo phương thức RPC

    Language:Java
  • SocialNetworkingSite-WebDev

    Individual Project - Web Development

    Language:Java
  • Java_Socket

    Java Socket programming is used for communication between the applications running on different JRE. Java Socket programming can be connection-oriented or connection-less. Socket and ServerSocket classes are used for connection-oriented socket programming and DatagramSocket and DatagramPacket classes are used for connection-less socket programming.

    Language:Java
  • JSON-Database

    Client-server app about exchange of data in Json format, but i use file instead of normal database 😳

    Language:Java
  • chat-messenger

    A simple TCP chat group made with Java Socket

    Language:Java
  • Application-Client-Server-Sockets

    Client-Server application are included: Direct use of the sockets of the java language,data structures,use of generic classes,Communication of bit streams that represent multimedia (images), text documents (PDF Reports), and text documents with XML format.

    Language:Java
  • Tic-Tac-Toe-Game

    Tic Tac Toe Game is application that have three type of playing in one application (Play against computer - play with your friend - play online with other friend)

    Language:Java