denisecase / node-express-chat

Node.js and Socket.io make full-duplex communication easy (full 2-way, like a cell phone conversation)

Home Page:https://node-express-chat-563.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-express-chat

Node.js and Socket.io make full-duplex communication easy (full 2-way, like a cell phone conversation)

Links

Requirements

  • A browser (e.g., Chrome)
  • A text editor (e.g., VS Code)

Responsive Style

Benefits

  • Still no build tools needed
  • Node.js non-blocking event loop supports many concurrent requests
  • Socket.io makes full duplex communication easy

Prerequisites

Install Dependencies

Open PowerShell here as admin and run:

npm install

Start your Server

Open PowerShell here as admin and start your app with nodemon:

npm run dev

Open a Browser Client

  1. Open a web browser.
  2. Go to the URL: http://127.0.0.1:3003/ or http://localhost:3003/.

Find Your IP Address

Open PowerShell as Admin, run ipconfig. Locate your IPv4 address. Invite others to interact with your hosted chat app.

Terms

Reference

See Also

About

Node.js and Socket.io make full-duplex communication easy (full 2-way, like a cell phone conversation)

https://node-express-chat-563.herokuapp.com/


Languages

Language:JavaScript 62.3%Language:HTML 26.2%Language:CSS 11.4%