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/
npm install
npm run serve
npm run build
npm run test
npm run lint
npm install
npm run dev
eb deploy