Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 512 Bytes

#Push Notifications Server

Documentation, client and examples coming soon.

Start mongodb on my mac: mongod --config /usr/local/etc/mongod.conf

###TODO

  • if send push returns an error (check which one), unsubscribe client from db
  • use library (jsesc?) to parse/clean/sanitize/check msg and title in POST /special
  • limit msg and title length in POST /special
  • check that title is optional
  • msg and title counter in GET /special

###Links