/my_private_chat_socket

Chat Socket with Node.js and JavaScript

Primary LanguageJavaScript

my_private_chat_socket

Simple Chat Socket with Node.js and JavaScript

gif_chat

Steps to make the application work:

Open the terminal in the project folder and write:

npm init
npm install express socket.io
node server.js

#### Open your chat with your friends in the local network by typing in the browser' address bar => IP:Port

Have fun!