Code Monkey home page Code Monkey logo

nio-samples's Introduction

Samples with Java NIO library

NioEchoServer - simple TCP/IP server, which consumes data from client and writes into socket corresponding messages.

NettyEchoServer - same echo server but using Netty framework.

Nio2EchoServer - same echo server but using NIO2 async channel.

LoadTestingClient - class, which creates 10000 client connections, you can test load on your nio server.

DirectoryWatchService - simple usage of Watch Service API. Class which monitors changes in predefined directory.

You can play with generated jar file. Follow next steps :

  • Run maven command : "mvn clean install" to build executable jar file;
  • Execute : "java -jar target/nio-samples.jar args", where args could be next keywords :
    • "server nio 8888" for NioEchoServer on port 8888;
    • "server netty 7777" for NettyEchoServer on port 7777;
    • "server nio2 3456" for Nio2EchoServer on port 3456;
    • "client 7777" for LoadTestingClient and server runs on local machine on port 7777;
    • "directory-watch D:\watch" for DirectoryWatchService, where "D:\watch" is directory to monitor.

nio-samples's People

Contributors

yevheniyj avatar

Watchers

 avatar  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.