Real time word counter using gorilla web sockets
Installations steps:
- Clone the repository into go root
- cd into the cloned repository and run the command
go run main.go
- In a web browser open "http://localhost:8080/teacher" for teacher site and "http://localhost:8080/student" for student site.