Skip to content

rishisuresh7/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-server

Basic Http server to interact with a GRPC server

API Documentation: api

Prerequisites

- make
- go
Config Usage(to be set at env)
  • PORT - Port number the application will start on
  • TOKEN - Token for proxy authentication
  • GRPC_URI - Host and port for GRPC server

Clean binaries

$ make clean

Run all tests

$ make test

Build application

$ make build

Run application with default config

$ make run

Build application for linux

$ make build-linux

About

An http server to connect with a grpc server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published