<meta name="google-site-verification" content="y56oYu1lXcbymnbggfBNiWraad4TbNFOUFZd1-ZG60Y" />

# opencv4nodejs-express-websockets
Boilerplate express app for getting started on opencv with nodejs and to live stream the video through websockets.

## Getting Started

```
npm install
npm start
```
If you are having any trouble in installing opencv4nodejs package, refer to [opencv4nodejs - nodejs bindings for opencv](https://github.com/justadudewhohacks/opencv4nodejs) for extensive guide for installation.


## Built With

* [Express](https://expressjs.com/) - web framework for nodejs
* [SocketIO](https://socket.io/) - websocket implmentation library for nodejs
* [opencv4nodejs](https://github.com/justadudewhohacks/opencv4nodejs) - nodejs bindings for opencv