GithubHelp home page GithubHelp logo

miniprojet's Introduction

Grpc Chat Application

This is a simple chat application implemented using gRPC, where clients can send messages to each other and receive messages sent to them.

Usage

1-Connect to the server:

1-Choose the "Send Message" option in the client application. Enter the receiver's user ID and the message text when prompted. Receive messages:

2-Choose the "Get Messages" option in the client application. Enter your user ID to retrieve messages sent to you.

Sockets: Chat Server

Chat Server and Client Application

This Java application implements a simple chat server and client using UDP and socket communication. Clients can connect to the server using either UDP or socket-based protocols to exchange messages in a chat room environment.

Usage

Run the client Application and type message to broadcast to room

RMI Task Management Application

This project demonstrates a simple implementation of a task list using Java RMI (Remote Method Invocation). The project consists of two main classes: RMIClient for the client-side and RMIServer for the server-side.

Usage Once the RMI server and client are running, follow the prompts on the client-side command line interface (CLI) to interact with the task list. Available commands are:

ajouter: Add a task to the list. supprimer: Remove a task from the list. liste: View the list of tasks. exit: Exit the program.

Code Overview RMIClient.java: This class handles the client-side logic. It connects to the RMI server, reads user input, and communicates with the remote task list object. RMIServer.java: This class implements the RMI server. It creates a registry, instantiates the task list implementation (TaskListImpl), and binds it to the registry for remote access. TaskList.java and TaskListImpl.java: These interface and implementation classes define the methods for managing tasks in the list.

miniprojet's People

Contributors

mohamedamine585 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.