Skip to content

meddion/gorilla-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the server from the project root:

go run cmd/server/server.go

To run the client:

go run cmd/client/client.go

To run the unit test:

go test github.com/meddion/gorilla-ws/pkg/...

The .env file should be located at root, with the following content (defaults included):

API_KEY = <API_KEY>

API_SECRET = <API_SECRET>

URL = wss://testnet.bitmex.com

VERB = GET

ENDPOINT = /realtime

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages