Skip to content

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