how can i compile it
Opened this issue · 1 comments
Nidheeshv0312 commented
how can i compile it
teocci commented
go mod init main
cd streamServer/
go run main.go
cd process/
go run process.go
cd websocket/
go run webSocketService.go
Opened this issue · 1 comments
go mod init main
cd streamServer/
go run main.go
cd process/
go run process.go
cd websocket/
go run webSocketService.go