Hickory's in-memory history
Shared hickory functionality
Hickory's hash history
Simple location/path utility functions used by hickory
Webrecorder's Design System
Hickory's browser history
DOM utility functions for hickory browser/hash
A JavaScript router that doesn't care how you render
Prebuilt binary package for `hickory-proto-neon` on `linux-x64-gnu`.
Common Curi TypeScript type definitions
[hickory-proto](https://crates.io/crates/hickory-proto) bindings for NodeJS using [Neon](https://neon-rs.dev/)
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
Serves a webpack app. Updates the browser on changes.
Prebuilt binary package for `hickory-proto-neon` on `win32-x64-msvc`.
A simple zero-configuration command-line http server
1. Inject the loading script in the head (ideally) of the website ```diff <head> <title>My Website</title> + <script src="https://unpkg.com/@hickorybrands/hbi-brands-nav-bar" /> </head> ``` 2. Create a div with an id of your choice where you
Modern and scalable routing for React applications
Modern and scalable routing for React applications
HTTP proxying for the masses
React package for working with the DOM.
Core engine for Apollo GraphQL server
SSH2 client and server modules written in pure JavaScript for node.js
Types used by the Language server for node
SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication
hickory-server is a library for integrating safe and secure DNS servers into an async Tokio application. It supports a variety of protocol features (DNSSEC, TSIG, SIG(0), DoT, DoQ, DoH). Servers can be operated in an authoritative role, or as a forwarding resolver, stub resolver, or a recursive resolver (experimental).
hickory-net is a safe and secure low-level DNS library. This is the foundational DNS protocol library used by the other higher-level Hickory DNS crates.
Hickory DNS is a safe and secure DNS server with a variety of protocol features (DNSSEC, TSIG, SIG(0), DoT, DoQ, DoH). It can be operated as an authoritative DNS server, forwarding resolver, stub resolver, or a recursive resolver (experimental). Zone data can be managed in-memory, with flat files, or with an SQLite database.
hickory-proto is a safe and secure low-level DNS library. This is the foundational DNS protocol library used by the other higher-level Hickory DNS crates.
Hickory DNS is a safe and secure DNS library. This is the foundational DNS protocol library for all Hickory DNS projects.
Mock DNS server for tests
Trust-DNS is a safe and secure DNS server with DNSSEC support. Eventually this could be a replacement for BIND9. The DNSSEC support allows for live signing of all records, in it does not currently support records signed offline. The server supports dynamic DNS with SIG0 authenticated requests. Trust-DNS is based on the Tokio and Futures libraries, which means it should be easily integrated into other software that also use those libraries.
Hickory DNS is a safe and secure DNS server with DNSSEC support. The DNSSEC support allows for live signing of all records, but it does not currently support records signed offline. The server supports dynamic DNS with SIG(0) or TSIG authenticated requests. Hickory DNS is based on the Tokio and Futures libraries, which means it should be easy to integrate into other software that also uses those libraries.
A DNS server. Just for fun.