Skip to content

zoomie is a video chat app that uses simple WebRTC and runs on express server

Notifications You must be signed in to change notification settings

AmanuelCh/zoomie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoomie

This is a video chat app built with simple WebRTC and runs on express server. It uses handlebars for HTML templating and vanilla JavaScript with Jquery.

Project Structure

zoomie ├── public │ ├── images │ │ └── image.png │ │ └── Zoomie.png │ ├── index.html │ └── js │ └── app.js ├── .gitignore ├── package-lock.json ├── package.json ├── README.md └── server.js

Running it Locally

You can clone the repo and run

    npm i express handlebars jquery
    npm start

app screenshot

To test the remote connections, host it somewhere which supports HTTPS protocol.

About

zoomie is a video chat app that uses simple WebRTC and runs on express server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published