hsthrift
Protocol generator
Generates code in Haskell to communicate with other services using a simple, language-agnostic protocol for structured data
The Haskell Thrift Compiler. This is an implementation of the Thrift spec that generates code in Haskell. It depends on the fbthrift project for the implementation of the underlying transport.
150 stars
24 watching
34 forks
Language: Haskell
last commit: 1 day ago Related projects:
Repository | Description | Stars |
---|---|---|
dfinity-side-projects/dhc | Compiles Haskell to WebAssembly for use in web applications | 166 |
1haskelladay/1had | Provides tools and exercises for practicing functional programming in Haskell | 118 |
soupi/rfc | A collection of resources and documentation on Haskell programming language and learning it | 149 |
himura/twitter-conduit | A Haskell library providing a conduit-based interface to the Twitter API. | 158 |
snapframework/heist | A Haskell library that allows binding values to XML tags in web templates | 92 |
galoisinc/hans | A set of network stack examples in Haskell designed to test and demonstrate various network protocols. | 115 |
haskell-servant/servant | A Haskell-based type-level web development framework | 1,834 |
felixmulder/haskell-in-production | A collection of practical resources and guides for using Haskell in real-world software development projects | 80 |
pushcx/hpffp-resources | A collection of offline resources and references from the book Haskell Programming From First Principles. | 488 |
google/proto-lens | An API for protocol buffers using modern Haskell language and library patterns. | 468 |
chrispenner/firefly | A simple Haskell web framework for building lightweight servers with monad-based request handling. | 87 |
postgres-haskell/postgres-wire | A Haskell driver for interacting with PostgreSQL databases using the native binary protocol. | 64 |
tibbe/hyena | A Haskell web application server for running Haskell web applications behind more robust web servers | 60 |
aisamanra/rust-haskell-ffi | A proof-of-concept demonstrating how to call Rust code from Haskell | 131 |
valderman/haste-compiler | A compiler that converts Haskell code into JavaScript to run in web browsers or other environments. | 1,440 |