Skip to content

A sample project for using @creditkarma/thrift-server

Notifications You must be signed in to change notification settings

kevinbgreene/thrift-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thrift Tutorial

Example usage of Thrift with TypeScript in Node.js using @creditkarma/thrift-server.

The purpose of this project is to provide a simple working example of a Thrift service in Node.js built on TypeScript.

Clone

$ git clone https://github.com/kevinbgreene/thrift-tutorial.git

Install

$ npm install

Start

$ npm start

Now there is a web server running on port 9000 and thrift services running of 8085 and 8095.

curl http://localhost:9000/post/1

About

A sample project for using @creditkarma/thrift-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published