Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 648 Bytes

readme.md

File metadata and controls

8 lines (8 loc) · 648 Bytes

Websocket with Node.js

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).

Getting Started

These installations will get you a copy of the project up and running on your local machine for development and testing purposes.

Installation

  • 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.