Skip to content

Display snapshot from the ip camera on any website using socket.io - server module

Notifications You must be signed in to change notification settings

miwaniec/socket-camera-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

socket-camera-server

This simple project allow you to see snapshots from ip camera(s) on simple website, without any connection and network settings, thanks to Node.js and socket.io library.

This repository is a server modul, should be install on server with public ip with open access to port (eg. 3000) and Node.js installed.

Installation

git clone https://github.com/miwaniec/socket-camera-server.git
cd socket-camera-server
npm install

Running

npm start

That's all! Your server should be available with address like this:

http://<IP_ADDRESS_OF_YOUR_SERVER>:3000

Check the camera module and website client example.

About

Display snapshot from the ip camera on any website using socket.io - server module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published