WAF
  • Introduction
  • Journey
    • Milestones
      • Inspiration
      • Stack
      • NGINX
        • Modules in Depth
    • Challenges
      • Dunning-Kruger Effect
      • Rust in 2 Days
      • C + Rust
      • Bindgen
      • Dependency Hell
    • Design Journey
      • Ideation
      • WAF Design
      • The Logo
    • Lessons Learned
      • Shipping an MVP
      • Scale means DX
  • Docs
    • Architecture
    • Security Features
  • Manual
    • Installation
      • Requirements
      • Building NGINX from Source
    • Configuration
  • Other
    • Roadmap
    • References
Powered by GitBook
On this page
  • Sources
  • Guides
  1. Other

References

All sources, frameworks, or libraries used in the project

Last updated 1 year ago

Sources

Guides

ROFL with a LOL: rewriting an NGINX module in Rust
Emiller’s Guide To Nginx Module Development
Extending NGINX with Rust (an Alternative to C)
Compiling Third-Party Dynamic Modules for NGINX and NGINX Plus
How to write Nginx modules in C
Emiller’s Guide To Nginx Module Development
NGINX Module Development Guide by nginx.org
Generating Rust FFI Bindings to C/C++ Libraries at cargo buildtime in build.rs with bindgen