Skip to content

neha-viswanathan/echo-client-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card

Echo Client-Server in Go

This is a simple echo client-server written in Go, where the server just echoes any message that the client sends.

Getting started

Start the server on a terminal window:

go run ./server/echo-server.go

Start the client on another terminal window:

go run ./client/echo-client.go

The repo also contains a Dockerfile for the server if it needs to be run as a container.

docker run --rm nviswanathan/echo-server:latest

About

A simple Go based echo client-server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published