Skip to content

FernandoYaguana/RPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HELLO WORLD FROM RPC

This is a Go project that displays Hello World message from RPC using RPC architecture style.

Technologies used

  • Go

Installation

To clone this repository to your local machine and start working with the project, follow these steps:

  1. Make sure you have git installed on your machine. If you don't have it, you can install it from here.

  2. Open the terminal or command line and run the following command to clone the repository:

    git clone https://github.com/FernandoYaguana/RPC.git
    
  3. To verify that the repository was cloned correctly, enter the project directory:

    cd repository-name
    

Usage

  1. Open Visual Studio Code

  2. Make sure you have Go installed.

  3. Select server.go and right click on run code

  4. The following message should be displayed: Servidor RPC en ejecución...

  5. Make a cd to the client folder.

  6. Open VSCode terminal and enter the following command: go run client.go

  7. The following message should be displayed: Hola Mundo desde RPC!

Installation from docker

If you want to use this program from docker, enter this url here, here you will find the docker commands.

Contribution

If you want to contribute to this project, please follow these instructions:

  1. Fork the repository.

  2. Create a branch for your change (git checkout -b feature/new-feature).

  3. Make your changes and make a commit (git commit -am 'Add new feature').

  4. Push to your branch (git push origin feature/new-feature).

  5. Create a pull request.


Thank you for contributing to this HELLO WORLD FROM RPC! If you have any questions, please feel free to open an issue in the repository.

About

RPC Architecture Style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors