Skip to content

alisovets/JavaNettySimpleTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nettysimpletask

This helloworld project is not a very successful attempt to perform a test task. This is a simple implementation of a server using the netty library. The server receives the request, generates a simple responce and collects statistics. On the request on special uri displays statistics. Statistics are stored in straight sets and maps.

How to build

You require the following to build:

Go to the root project directory and input:

mvn install

How start

Go to the target directory and input:

java -jar nettysimpletask-0.0.1-SNAPSHOT.jar port_number

or

java -jar nettysimpletask-0.0.1-SNAPSHOT.jar

for the default (8080) port number.

About

A Simple HTTP server by the Netty library. A test task for one potential employer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages