/chatt-app

Chat app real time chat application complete with usernames and connect/disconnect messages. You will use Socket.io to manage real time web socket connections to a Node.js server that will allow you to communicaate real time chat messages to all clients connected to a single server.

Primary LanguageJavaScript

story

Thank you to my friend who is willing to lend me a laptop so i can continue to grow and take job test. This instagram Maulana Yusuf

chatt-app

Chat app real time chat application complete with usernames and connect/disconnect messages. You will use Socket.io to manage real time web socket connections to a Node.js server that will allow you to communicaate real time chat messages to all clients connected to a single server.

  • Using Socket.io to create web sockets
  • How to Send messages to clients in real time
  • Handling user connection/disconnection
  • appending elements with javascript
  • sending messages to the server in real time

server join

image

client side join

image

Available Scripts

in th projects directory , you can run:

  • clone this repositroy
  • install dependecies

'npm run devStart'

Runs the app in the development mode.
Open (http://localhost:3000)to view it in the browser. multiple tab in your browser to first server and seconds client . image