imann24 / now

A chat app with an eye for immediacy
0 stars 0 forks source link

[#2] Assign unique slug to each chat instance #12

Closed imann24 closed 4 years ago

imann24 commented 4 years ago

Issue

https://github.com/imann24/now/issues/2

Notes

  1. When user hits the root url they're assigned a unique chat slug (four characters)
  2. A user can join that unique slug to connect to that chat id
  3. Use WebSockets for connections
  4. Add jest mocking to server dependencies for unit tests
  5. Remove package-lock.json files because they were causing conflicts between Linux and Mac

Testing

  1. Unit tests
  2. Verified manually with localhost testing