Skip to content

Kenji-H/netty-scala-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netty-scala-http

HTTP Server/Client examples using Netty with Scala.

helloworld

Code in package com.kenjih.helloworld shows how to implement:

  • toy HTTP server
  • efficient HTTP client for the purpose of stress tests with ChannelPool and BlockingQueue
  • throughput tracking utility on server side

To start up the server:

$ sbt "run-main com.kenjih.helloworld.server.HttpServer"

To start the client:

$ sbt "run-main com.kenjih.helloworld.client.HttpClient"

jsonrest

About

Example of Http Server/Client with Netty in Scala

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages