Haskell Tutorial


Introduction

All Apache Thrift tutorials require that you have:

  1. Built and installed the Apache Thrift Compiler, see installing Thrift for more details.
  2. Generated the tutorial.thrift file as discussed here

    thrift --gen hs tutorial.thrift
    
  3. Followed all prerequesets listed

Prerequisites

Client

Server

Additional Information