Skip to content

Instantly share code, notes, and snippets.

@asw001
Created May 26, 2017 03:17
Show Gist options
  • Save asw001/79536fef4b8fd4f4dfd2922005066339 to your computer and use it in GitHub Desktop.
Save asw001/79536fef4b8fd4f4dfd2922005066339 to your computer and use it in GitHub Desktop.
The tentative name of the project is 'Writing On The Wall'. This project will use the Amazon Web Services
JavaScript SDK to implement a browser-only program that integrates Facebook authentication and uses AWS S3 service to store arbitrary data.
For the purposes of this project, S3 will be used to store text files of comments that users have 'written on the wall'. The textual data
will display as a slideshow.
Concerns are:
* filtering profanity
* user abuse; rate-limiting message creation
* limiting character count/file size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment