awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
benjamindblock avatar

benjamindblock/odin-mustache

0
View on GitHub↗
38 stars·9 forks·Odin·MIT·10 views

Odin Mustache

Native implementation of {{mustache}} templates in Odin.

Features

  • Web and Networking - Logic-less templating engine for web content.

Star history

Star history chart for benjamindblock/odin-mustacheStar history chart for benjamindblock/odin-mustache

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does benjamindblock/odin-mustache do?

Native implementation of {{mustache}} templates in Odin.

What are the main features of benjamindblock/odin-mustache?

The main features of benjamindblock/odin-mustache are: Web and Networking.

Which projects share features with benjamindblock/odin-mustache?

Projects with overlapping indexed features include: max-mapper/art-of-node — This project is a curated educational guide and instructional resource for the Node.js runtime environment. It serves… archetype-dynamics/open-ostrichdb — Open-source implementation of the OstrichDB database backend written in Odin. fawdlstty/libfv — libfv is C++20 header-only network library, support TCP/SSL/Http/websocket server and client. gmlc-tdc/netif — Header-only C++14 library for getting addresses associated with network interfaces without name lookups on Windows,… chriskohlhoff/asio — Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that… archetype-dynamics/ostrichdb-cli — Built from scratch, the OstrichDB engine powers the OstrichDB CLI—a lightweight yet powerful database management tool…

Projects sharing features with Odin Mustache

These projects share indexed features with Odin Mustache. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • max-mapper/art-of-nodemax-mapper avatar

    max-mapper/art-of-node

    9,873View on GitHub↗

    This project is a curated educational guide and instructional resource for the Node.js runtime environment. It serves as a comprehensive introduction to core concepts, including asynchronous programming tutorials, network application primers, and guides on the module system and stream API. The material focuses on the fundamental building blocks of server-side development, specifically how to create reusable code packages and manage project dependencies via a module manifest. It provides detailed instruction on building programs that communicate over HTTP and TCP protocols to exchange data acr

    JavaScript
    View on GitHub↗9,873
  • chriskohlhoff/asiochriskohlhoff avatar

    chriskohlhoff/asio

    5,896View on GitHub↗

    Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that avoids blocking program execution. It provides a portable, cross-platform interface for network socket communication across different operating systems, and manages multiple asynchronous operations without requiring explicit thread management or locking. The library implements a proactor-based asynchronous model where operations post completion handlers to a queue for later execution, and wraps operating system I/O multiplexing mechanisms like epoll, kqueue, IOCP, and select in

    C++
    View on GitHub↗5,896
  • fawdlstty/libfvfawdlstty avatar

    fawdlstty/libfv

    142View on GitHub↗

    libfv is C++20 header-only network library, support TCP/SSL/Http/websocket server and client

    C++
    View on GitHub↗142
  • archetype-dynamics/ostrichdb-cliA

    Archetype-Dynamics/OstrichDB-CLI

    0View on GitHub↗

    Built from scratch, the OstrichDB engine powers the OstrichDB CLI—a lightweight yet powerful database management tool for your terminal. Written in Odin, it features an intuitive query structure, hierarchical data organization, and built-in security systems, making it ideal for anyone seeking an…

    View on GitHub↗0
  • Compare all 25 related projects→