Skip to content

Portsmouth-Computing/chator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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.

About

Ch@or: A little chat application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.8%
  • HTML 41.5%
  • CSS 7.7%