Skip to content

Dynamic comments for static blogs. Use it "server-less" with Firebase, or provide your own RESTful API.

Notifications You must be signed in to change notification settings

quartzmo/discussion

Repository files navigation

Discussion.js

Dynamic comments for static blogs. For use with Firebase free tier via the BackFire Backbone.js bindings, or your own RESTful API.

Please visit the demo page!

Required use cases:

  1. Create a comment.
  2. Display a list of comments, including username, timestamp, and formatted content.
  3. Display the current number of comments.
  4. Support multiple lists of comments in a page.
  5. Delete a comment.
  6. Edit a comment.
  7. Validate the comment before saving.
  8. Save comment to backend.
  9. Fetch comments from backend.
  10. Authenticate using a third-party identity.
  11. Limit deleting a comment to creator and admin.
  12. Limit editing a comment to creator and admin.

About

Dynamic comments for static blogs. Use it "server-less" with Firebase, or provide your own RESTful API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages