Skip to content

Commit acf3513

Browse files
author
Mudassir
committed
Reference to sample app with express & websockets
1 parent 92cf0b2 commit acf3513

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ opencv4nodejs
2323
* **[Async API](#async-api)**
2424
* **[With TypeScript](#with-typescript)**
2525
* **[External Memory Tracking (v4.0.0)](#external-mem-tracking)**
26-
26+
* **[In a webpage through express & websockets](#in-a-web-page)**
2727
<a name="examples"></a>
2828

2929
# Examples
@@ -559,3 +559,9 @@ Or directly in your code:
559559
process.env.OPENCV4NODEJS_DISABLE_EXTERNAL_MEM_TRACKING = 1
560560
const cv = require('opencv4nodejs')
561561
```
562+
<a name="in-a-web-page"></a>
563+
564+
# In a web page through express & websockets
565+
566+
[opencv4nodejs-express-websockets](https://github.com/Mudassir-23/opencv4nodejs-express-websockets) - Boilerplate express app for getting started on opencv with nodejs and to live stream the video through websockets.
567+

0 commit comments

Comments
 (0)