Multi-Client Websocket App
Package dependencie:
- Go
- NODE
- NPM
Backend: GO Frontend: Vue Js
App compiling steps:
1.$ cd websocket-chat
-
To run the Websocket server enter the below command: $ go run main.go
-
For running client side: websocket-chat $ cd client websocket-chat/client$ npm install websocket-chat/client$ npm run serve
-
The app will be accessable at the running port.