This project demonstrates how to test a streaming endpoint in Go using the Echo framework.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
# Running server
go run main.go
# Running bash client
bash ./client_curl.sh
# Running JS Client
cd js-client
npm run start
- Go - The programming language used
- Echo - The web framework used
- JS & cURL - to test the streaming endpoint