Skip to content

A chat server that forces your friends to watch the (YouTube) videos you send.

Notifications You must be signed in to change notification settings

brute-force/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

chat

Are you tired of your friends never looking at the videos you send them in chat? Do they say "I'll look later!" or "I'll bookmark this?" And then when you talk about the videos you can tell they've never seen them? Or have they just started saying "I'm never clicking this?" Here's a chat server that parses YouTube links and automatically plays the videos right on their chat page!

This is a rewrite of chat-server. The front end uses Vue.js, which also handles authentication via Google OAuth 2.0. The back end serves express and socketio.

Live demo on AWS Elastic Beanstalk: https://shall-we.us-east-1.elasticbeanstalk.com/

Front end setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.


Back end setup

npm install

Compiles and hot-reloads for development

npm run dev

Deploy to AWS Elastic Beanstalk

eb deploy

About

A chat server that forces your friends to watch the (YouTube) videos you send.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published