Skip to content

mate-academy/node_chat

Repository files navigation

Chat (with Node.js)

Implement a chat application (both client and server)

  • You type a username and send it to the server
  • It is now username (save it in localStorage)
  • All the messages should have an author, time and text
  • Implement an ability to create rooms (create / rename / join / delete)
  • New user should see all prev messages in the room

Read the guideline before start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published