Coder Social home page Coder Social logo

socket-server's Introduction

Description

This is a demo project written a half and a year ago, which help me understand the socket API provided by Java.

I 'd like to optimize this demo using NIO and JUC I've learned recently.

Design

This socket server now has a main thread to listen the connecting requests sent by clients. After receiving the request, the server start a new thread to handle the connection.

When receiving a message sent by a client, the server will forward the message to other clients.

When receiving a message disconnect, the corresponding client handler will be terminated. Certainly, the socket connection will also be closed.

How To Use

This demo project is very simple, you should only install the JDK(1.8+) package, then use the following commands:

javac Server.java

javac Client.java

Then the java source file will be compile to Java byte code, which can be recognized by Java Virtual Machine.

You can run the server program by this command:

java Server

You can run a client by this command:

java Client

This command can be run many times, and there will be many clients connect to a server.

socket-server's People

Contributors

lightingx avatar

Watchers

James Cloos 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.