Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 817 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 817 Bytes

Ch@or: A little chat application

Functionality:

  • stores 50 messages
  • first-in first-out (FIFO)
  • first version in memory (no DB)

API:

  • list the last up-to-50 messages
  • submit a message
  • a message is a string of up-to 281 characters

Management:

  • this is managed in git
  • source code hosted on GitHub (OBVS)

Deployment

  • Google Cloud virtual machine

Contributing

We welcome ideas and contributions of code.

  • If you have ideas for features or enhancements, please:
    • do open an issue
    • do use descriptive well-formed English language sentences to describe your idea rather than short bursts of words.
    • do spell and grammar check your submission - help us avoid any unnecessary confusion.
    • don't be offended if we can't use your idea immediately.