Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 558 Bytes

File metadata and controls

27 lines (18 loc) · 558 Bytes

Go Echo Streaming Endpoint Test

This project demonstrates how to test a streaming endpoint in Go using the Echo framework.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Running

# Running server
go run main.go

# Running bash client
bash ./client_curl.sh

# Running JS Client
cd js-client
npm run start

Built With

  • Go - The programming language used
  • Echo - The web framework used
  • JS & cURL - to test the streaming endpoint