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
·
laytan avatar

laytan/odin-http

0
View on GitHub↗
395 stars·43 forks·Odin·MIT·3 viewsodin-http.laytan.dev↗

Odin Http

A HTTP/1.1 implementation for Odin purely written in Odin (besides SSL).

Features

  • Web and Networking - Pure implementation of an HTTP server and client.

Star history

Star history chart for laytan/odin-httpStar history chart for laytan/odin-http

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 laytan/odin-http do?

A HTTP/1.1 implementation for Odin purely written in Odin (besides SSL).

What are the main features of laytan/odin-http?

The main features of laytan/odin-http are: Web and Networking.

What are some open-source alternatives to laytan/odin-http?

Open-source alternatives to laytan/odin-http include: max-mapper/art-of-node — This project is a curated educational guide and instructional resource for the Node.js runtime environment. It serves… benjamindblock/odin-mustache — Native implementation of {{mustache}} templates in Odin. chriskohlhoff/asio — Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that… 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,… archetype-dynamics/ostrichdb-cli — Built from scratch, the OstrichDB engine powers the OstrichDB CLI—a lightweight yet powerful database management tool…

Open-source alternatives to Odin Http

Similar open-source projects, ranked by how many features they share with Odin Http.
  • 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
  • benjamindblock/odin-mustachebenjamindblock avatar

    benjamindblock/odin-mustache

    38View on GitHub↗

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

    Odin
    View on GitHub↗38
  • 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
  • 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
  • See all 25 alternatives to Odin Http→