Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 543 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 543 Bytes

hapchat Logo

hapchat

hapi.js training for creating a hapi.js based snapchat application

Client

  • Sends photo to server
  • Receives ids of photos from server
  • Request photos from server

Server

  • Receives photos from client
  • Store photos for period of time
  • Distributes Id info about photos
  • Serve photos to clients

Useful Links