Skip to content
/ 2024_sblp Public

Repositório de Artefatos relacionados ao artigo "Go x Java e gRPC x REST: Um estudo empírico"

Notifications You must be signed in to change notification settings

PqES/2024_sblp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2024_sblp

Repositório de Artefatos relacionados ao artigo "Go x Java e gRPC x REST: Um estudo empírico"

Instruções para execução

1 - Compilar e execular apps Servidor

  • go-http: cd go-http/api && go build && ./api
  • go-grpc: cd go-grpc/api && go build && ./api
  • java-http: cd java-http && ./mvnw package && java -jar target/java-http-0.0.1-SNAPSHOT.jar
  • java-grpc: cd java-grpc && ./mvnw package && java -jar target/java-grpc-0.0.1-SNAPSHOT.jar

2 - Executar cliente

  • cd client && go build && ./lab-client

About

Repositório de Artefatos relacionados ao artigo "Go x Java e gRPC x REST: Um estudo empírico"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published