This is a Go project that displays Hello World message from RPC using RPC architecture style.
- Go
To clone this repository to your local machine and start working with the project, follow these steps:
-
Make sure you have git installed on your machine. If you don't have it, you can install it from here.
-
Open the terminal or command line and run the following command to clone the repository:
git clone https://github.com/FernandoYaguana/RPC.git
-
To verify that the repository was cloned correctly, enter the project directory:
cd repository-name
-
Open Visual Studio Code
-
Make sure you have Go installed.
-
Select server.go and right click on run code
-
The following message should be displayed:
Servidor RPC en ejecución... -
Make a cd to the client folder.
-
Open VSCode terminal and enter the following command:
go run client.go -
The following message should be displayed:
Hola Mundo desde RPC!
If you want to use this program from docker, enter this url here, here you will find the docker commands.
If you want to contribute to this project, please follow these instructions:
-
Fork the repository.
-
Create a branch for your change (git checkout -b feature/new-feature).
-
Make your changes and make a commit (git commit -am 'Add new feature').
-
Push to your branch (git push origin feature/new-feature).
-
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.