Skip to content

felipeaz/apache-thrift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apache-thrift

Using Apache Thrift with Go

Installation guide

Make sure you have thrift installed in your machine, if you don't, follow the steps here:https://thrift.apache.org/download

Generating thrift files

Run the command bellow to generate thrift code

make thrift-gen

Testing

Before testing, make sure there's nothing running on your port :8080

Server

In a separated terminal, run:

make server

Client

Open another terminal tab and run

make client

This command will send a request to the RPC server

Screenshot 2023-05-28 at 10 23 30 AM

About

Using Apache Thrift with Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published