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

https://github.com/ahmedelwerdany/full-stack-websocket-example

full-stack web socket , using "ws" in backend and webSocket API in frontend
https://github.com/ahmedelwerdany/full-stack-websocket-example

websocket websocket-client websocket-server

Last synced: 4 months ago
JSON representation

full-stack web socket , using "ws" in backend and webSocket API in frontend

Awesome Lists containing this project

README

          

# Full Stack websocket example
it's more likely an echo server for websocket, using "ws" in back-end and vanilla javascript in front-end (webSocket API).

### run backend
1. ``cd backend``
2. ``npm install``
3. ``npm run start``

## run frontend
* ``cd frontend``
1. just open the html page in browser
* install **"live server"** extention on "vs code".
1. then right click "index.html"
2. choose "open with live server"