Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 718 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 718 Bytes

Streameo - Video Steaming App

This is a repository for a Video Streaming Website built using MEAN stack.

Features

  • Auth using jwt tokens, http-only cookies.
  • video streaming via nodejs streams over http protocol.
  • Password hashing to improve security of user's account in case of a breach.
  • Environment variable management to avoid sensitive information leaks.

Tech Stack

  • Database - MongoDB
  • Server - NodeJs and express
  • Client - Angular
  • CSS Framework - Material UI
  • API - REST API

Authors