Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkroli/dns4s
Scala DNS implementation with Akka and Netty extension
https://github.com/mkroli/dns4s
akka dns netty scala
Last synced: 22 days ago
JSON representation
Scala DNS implementation with Akka and Netty extension
- Host: GitHub
- URL: https://github.com/mkroli/dns4s
- Owner: mkroli
- License: apache-2.0
- Created: 2014-01-05T22:19:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T13:26:31.000Z (10 months ago)
- Last Synced: 2024-10-01T08:01:19.264Z (about 1 month ago)
- Topics: akka, dns, netty, scala
- Language: Scala
- Homepage: https://mkroli.github.io/dns4s
- Size: 3.68 MB
- Stars: 54
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dns4s
=====[![Build Status](https://github.com/mkroli/dns4s/actions/workflows/scala_2.13.yml/badge.svg)](https://github.com/mkroli/dns4s/actions/workflows/scala_2.13.yml)
[![Coverage Status](http://coveralls.io/repos/mkroli/dns4s/badge.svg?branch=master&service=github)](http://coveralls.io/github/mkroli/dns4s?branch=master)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.mkroli/dns4s-core_2.13)](https://search.maven.org/search?q=g:com.github.mkroli%20AND%20a:dns4s*)dns4s is an implementation of the [DNS] protocol in [Scala].
Features
--------
- [DSL to build and match DNS messages](https://mkroli.github.io/dns4s/dsl.html)
- [Akka IO Extension](https://mkroli.github.io/dns4s/akka.html)
- [Cats-Effect/FS2](https://mkroli.github.io/dns4s/fs2.html)
- [Netty Codec](https://mkroli.github.io/dns4s/netty.html)Documentation
-------------
Please have a look at the [Documentation](https://mkroli.github.io/dns4s).License
-------
dns4s is licensed under the [Apache License, Version 2.0](LICENSE).[DNS]:http://en.wikipedia.org/wiki/Domain_Name_System
[Scala]:http://www.scala-lang.org