hunt-net
Network library
A high-performance network library for the D programming language, providing an event-driven asynchronous implementation and codec support for TCP, UDP, and other protocols.
High-performance network library for D programming language, event-driven asynchonous implemention(IOCP / kqueue / epoll).
20 stars
5 watching
3 forks
Language: D
last commit: almost 3 years ago
Linked from 1 awesome list
codecsocketssltcptlsudp
Related projects:
Repository | Description | Stars |
---|---|---|
huntlabs/hunt | A refined core library providing building blocks for asynchronous and concurrent programming in the D programming language. | 95 |
huntlabs/hunt-http | A flexible performant HTTP server and client library for D Programming Language | 31 |
huntlabs/hunt-database | A pure D language library providing a database abstraction layer for interacting with PostgreSQL and MySQL databases. | 48 |
huntlabs/grpc-dlang | A D programming language implementation of the gRPC protocol using the hunt-http library. | 44 |
huntlabs/collie | An asynchronous event-driven network framework written in Dlang. | 61 |
huntlabs/hunt-gossip | An implementation of the Apache V2 gossip protocol in D, enabling communication between nodes in distributed systems. | 0 |
huntlabs/hunt-cache | A cache library for D programming language supporting multiple backend storage options including memory, Redis, and memcached. | 6 |
huntlabs/hunt-time | A comprehensive time library with date and time representations | 2 |
huntlabs/hunt-console | A lightweight command-line interface component with features like output coloring, input/output abstractions, and automatic help messages. | 4 |
huntlabs/hunt-markdown | A markdown parsing and rendering library for the D programming language | 12 |
huntlabs/hunt-entity | An object-relational mapping framework for the D programming language, providing a simple way to interact with databases. | 57 |
indy256/codelibrary | A comprehensive collection of algorithms and data structures implemented in multiple programming languages | 1,939 |
smilex/zed_net | A lightweight, single-file networking library for creating simple UDP connections in games. | 60 |
davidmoreno/onion | An HTTP library that allows developers to create simple web servers and applications with SSL support. | 2,017 |
kassane/beast | A C++ networking library providing low-level HTTP/1, WebSocket, and networking protocol types and algorithms. | 1 |