Skip to content

tryb3l/NodeJS-Application

 
 

Repository files navigation

Framework agnostic NodeJS application structure

Functionality to implement

  • Chat
    • creation
    • invitation
    • User ban with role check
    • One-Person chats for saved messages
    • User defined folder support
  • Message
    • creation
    • editing
    • deletion (by message owner or by the admin)
    • getting a list of top level messages, with an amount of messages in thread
    • getting a list of all messages in a thread (recursive)
    • forwarding
    • getting a list of saved threads-messages
    • full text search (requires proper indexation)
  • Reaction
    • creation
    • modify message listing to include reactions

About

Framework agnostic NodeJS application structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • HTML 1.0%