https://github.com/http4s/http4s-netty
Http4s on pure netty
https://github.com/http4s/http4s-netty
Last synced: 8 months ago
JSON representation
Http4s on pure netty
- Host: GitHub
- URL: https://github.com/http4s/http4s-netty
- Owner: http4s
- License: apache-2.0
- Created: 2019-11-21T22:24:50.000Z (about 6 years ago)
- Default Branch: series/0.5
- Last Pushed: 2025-05-24T08:29:06.000Z (9 months ago)
- Last Synced: 2025-06-01T02:11:33.540Z (9 months ago)
- Language: Scala
- Homepage:
- Size: 1.04 MB
- Stars: 42
- Watchers: 3
- Forks: 13
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# netty-http4s
[](https://github.com/http4s/http4s-netty/actions/workflows/ci.yml) 
Unfreeze of [@jmcardon](https://github.com/jmcardon) branch from [1831](https://github.com/http4s/http4s/pull/1831) to attempt to get [Netty Reactive Streams](https://github.com/playframework/netty-reactive-streams) working in Http4s.
This branch targets `http4s-0.23`
You can test it out by adding
### Server
```scala
libraryDependencies += "org.http4s" %% "http4s-netty-server" % "versionFromBadge"
```
### Client
```scala
libraryDependencies += "org.http4s" %% "http4s-netty-client" % "versionFromBadge"
```
to your `build.sbt`
This project is lead by [@hamnis](https://github.com/hamnis) and is subject to the [Scala Code of Conduct](CODE_OF_CONDUCT.md)