minipack VS dnsguide

Compare minipack vs dnsguide and see what are their differences.

minipack

📦 A simplified example of a modern module bundler written in JavaScript (by ronami)

dnsguide

A guide to writing a DNS Server from scratch in Rust (by EmilHernvall)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
minipack dnsguide
2 12
3,108 3,686
- -
0.0 0.0
about 3 years ago 9 months ago
JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

minipack

Posts with mentions or reviews of minipack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-27.

dnsguide

Posts with mentions or reviews of dnsguide. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-23.
  • Learning network programming in Rust?
    2 projects | /r/rust | 23 Jan 2023
    Check out Building a DNS server in Rust
  • Anything C can do Rust can do Better
    58 projects | dev.to | 1 Dec 2022
    Building a DNS server in Rust - Emil Hernvall
  • What I learned from making a DNS client in Rust
    4 projects | news.ycombinator.com | 10 Apr 2022
    I made one too https://github.com/ccouzens/dns-packet

    The differences:

    I followed this guide rather than the RFCs https://github.com/EmilHernvall/dnsguide/blob/master/chapter...

    Mine isn't as polished. The command line parsing and output is more thrown together.

    I hardcoded the packet identifier (it's not production code, and I'm only looking up one at a time).

    I didn't use any bit manipulation libraries. I can see they would help because DNS packets don't line up their information with the byte boundaries.

  • In-depth software programming
    36 projects | dev.to | 27 Feb 2021
    Rust: Building a DNS server in Rust
  • Which are the best Rust repositories to read to learn the language?
    7 projects | /r/rust | 18 Jan 2021
    Build your own To-do List Application in Rust: https://bodil.lol/vgtk/ Build your own Baseball Data Web Scraper in Rust: https://github.com/elibenporat/learn-to-code-rust-baseball/tree/master/articles Build your own Web Application in Rust: https://www.sheshbabu.com/posts/rust-wasm-yew-single-page-application/ Build your own Shell in Rust: https://www.joshmcguigan.com/blog/build-your-own-shell-rust/ Build your own DNS Server in Rust: https://github.com/EmilHernvall/dnsguide/blob/master/README.md Build your own Web Browser Engine in Rust: https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html Build your own Chat Service in Rust: https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html Build your own Media Player in Rust: https://www.youtube.com/watch?v=enxqU3bhCEs
  • Learning Rust resources
    4 projects | /r/rust | 7 Jan 2021
    Build your own DNS Server in Rust: https://github.com/EmilHernvall/dnsguide/blob/master/README.md

What are some alternatives?

When comparing minipack and dnsguide you can also consider the following projects:

talent-plan - open source training courses about distributed database and distributed systems

learn-to-code-rust-baseball - Learn to Code with Rust and Baseball

mini-redis - Incomplete Redis client and server implementation using Tokio - for learning purposes only

os-tutorial - How to create an OS from scratch

didact - A DIY guide to build your own React

tinyrenderer - A brief computer graphics / rendering course

the-super-tiny-compiler - :snowman: Possibly the smallest compiler ever

naivecoin - A cryptocurrency implementation in less than 1500 lines of code

next-transpile-modules - [ARCHIVED] Next.js plugin to transpile code from node_modules

acwj - A Compiler Writing Journey

azure-pipelines-monorepo - Example of a multi-pipeline monorepo with Azure Pipelines