Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.26 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.26 KB

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: http://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