Closed danalex97 closed 5 years ago
At the moment, the frontend client uses Python and the metrics package. However, we want to migrate towards a Golang server with a React frontend.
metrics
On the branch frontend we have a running Gorilla server with a single "Hello World" React component:
frontend
server
go run main.go -test-server
localhost:8000/new_events
localhost:8000/display
This issue is about developing a packet delay page.
Checklist:
server/testing.go
Suggested resources:
Beneficiary: users
At the moment, the frontend client uses Python and the
metrics
package. However, we want to migrate towards a Golang server with a React frontend.On the branch
frontend
we have a running Gorilla server with a single "Hello World" React component:server
folderfrontend
test server, rungo run main.go -test-server
localhost:8000/new_events
and returns a JSON with all new eventslocalhost:8000/display
This issue is about developing a packet delay page.
Checklist:
server
packageserver/testing.go
Suggested resources:
Beneficiary: users