An open API service indexing awesome lists of open source software.

https://github.com/leylahosseini/learning-golang-websocket

go-websocket-chatroom
https://github.com/leylahosseini/learning-golang-websocket

chat go golang websocket

Last synced: 26 days ago
JSON representation

go-websocket-chatroom

Awesome Lists containing this project

README

          

# Learning-Golang-Websocket
#### This project includes two projects. To run the first project, use the server and client folders
##### $- go run server/server.go ------> for server websocket
##### $- go run client/client.go ------> for connect client to websocket server
##### in browser run index.html ------> html,javascript client to websocket server

### To run the chatroom project, proceed as follows
##### $- go run chatroom/server.go ------> for server websocket
##### $- go run chatroom/client.go ------> for connect client to websocket server