Skip to content

A simple websocket implementation that echos message in Go

Notifications You must be signed in to change notification settings

mpalumbo7/echo-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo WebSocket

A simple app used to test if WebSocket is supported on your browser or network.

  • Written in Go
  • Dockerfile
  • Kubernetes manifest

Endpoints

  • /
    • A simple web page which allows you to interact with the other endpoints
  • /http
    • Reflects the HTTP request and some extra info back to client
    • Optional Query Parameters to print all environment variables, or just the ones that start with K8S:
      • /http?show_env=1
      • /http?show_k8s=1
  • /ws
    • A WebSocket endpoint that will echo messages back to the client

About

A simple websocket implementation that echos message in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published