--- layout: default ---

{{ page.title }} Tutorial

Introduction

All Apache Thrift tutorials require that you have:

  1. The Apache Thrift Compiler and Libraries, see Download and Building from Source for more details.
  2. Generated the tutorial.thrift and shared.thrift files:
    thrift -r --gen {{ page.librarylang }} tutorial.thrift
  3. Followed all prerequisites listed below.
{{ content }}