Use hosted utils package

This commit is contained in:
2026-08-03 09:21:32 +00:00
parent acaa90e10f
commit 0df192ed31
3 changed files with 46 additions and 36 deletions

20
readme.md Normal file
View File

@@ -0,0 +1,20 @@
# Installation
```
git clone https://git.harvmaster.com/Harvmaster/sync-server-example.git
cd sync-server-example
npm ci
```
# Running
There are 2 examples in the `src/index.ts` file.
- `testSSE()` - Example using the SSE client
- `testWS()` - Example using the WebSocket client
To run the examples, you can use the following command:
```
npm run start
```