This project creates a server & clients with Node.js . With this socket connection, server sends time for every 10 seconds to clients and also If there is a call, clients prints it on console (terminal).
These installations will get you a copy of the project up and running on your local machine for development and testing purposes.
- After the clone this repo, you should do yarn on your terminal.
- For start or open the server you should do node server.js on your terminal.
- For start or open a client you should do node client.js on your terminal.