Skip to content

easyp-tech/course-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Установка бинарей

make bin-deps

Генерация кода

Golang

easyp generate

python

easyp --config easyp.python.yaml generate

Установка зависимостей

Golang

go mod download

python

cd python
pip  install -r requirements.txt

Запуск

Golang

Server

go run cmd/server/server.go

Client

go run cmd/client/client.go

Python

Server

cd python
python server.py

Client

cd python
python client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published