/ChatAppNodeJS

Node JS Chat App Demo

Primary LanguageJavaScript

Chat App

Real-time chat interface where multiple users can interact with each other by sending messages.

User Stories

  • User is prompted to enter a username when he visits the chat app. The username will be stored in the application
  • User can see an input field where he can type a new message
  • By pressing the enter key or by clicking on the send button the text will be displayed in the chat box alongside his username (e.g. John Doe: Hello World!)

Run instructions

  npm install
  npm run start

Useful links and resources