Skip to content

souramoo/party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0100ab · Oct 12, 2022

History

58 Commits
Oct 12, 2022
Apr 11, 2020
Apr 12, 2020
Apr 10, 2020
Oct 12, 2022
Apr 11, 2020
Apr 11, 2020
Oct 12, 2022
Apr 12, 2020
Apr 12, 2020
Apr 12, 2020
Apr 12, 2020
Apr 12, 2020

Repository files navigation

Spatial Video Chat

Normally only one person can speak at a time in a standard conference call and it only gets worse the more people there are. This isn't like in real life, where we zone in and out of large groups, form smaller ones as the conversation takes us.

Live Demo.

Built with Node.js, socket.io, and HTML5 Canvas.

Development

To get started, make sure you have Node and NPM installed. Then,

$ npm install
$ npm run develop

on your local machine.

To run the project in a production setting, simply

$ npm install
$ npm run build
$ npm start

Tests

To run the tests for this this project, simply

$ npm install
$ npm test

About

Multiplayer spatial video chat platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published