You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nprimo 29b2fc9d6f fix: update broken links in `audit/README.md` files 8 months ago
..
audit fix: update broken links in `audit/README.md` files 8 months ago
README.md docs(real-time-forum): typo 1 year ago
audit.md feat(audit.md): restore old audit.md files 9 months ago

README.md

typing in progress

Objectives

You must follow the same principles as the first subject.

For this project you must create:

Instructions

A typing in progress engine is a way that people can see that a user is typing in real time. Allowing you to see the other user is replying or sending a message.

The typing in progress engine must work in real time! This meaning that if you start typing to a certain user this user will be able to see that you are typing.

This engine must have/display:

  • A websocket to establish the connection with both users
  • An animation so that the user can see that you are typing, this animation should be smooth (no interruptions/janks) and just enough to draw attention for the user to see (user friendly)
  • The name of the user that is typing
  • Whenever the user stops typing or finishes the conversation, it should not display the animation

To help with the display of the typing in progress you can take a look on the js event list, mainly the Keyboard events and the Focus events

Allowed Packages

This project will help you learn about: