chore: cleanup documentation (#29552)

This commit is contained in:
Emad Rad
2024-07-12 01:09:23 +03:30
committed by GitHub
parent 3f6b7e2456
commit 84a1cd245c
8 changed files with 62 additions and 31 deletions

View File

@@ -17,17 +17,21 @@ specific language governing permissions and limitations
under the License.
-->
# Test client application
This Express web application is provided for testing the WebSocket server. It is not required for running the server application, and is provided here for testing and development purposes only.
## Running
First, start the WebSocket server:
```
```bash
cd ..
npm run dev-server
```
Then run the client application:
```
```bash
cd client-ws-app
npm install
npm start