Skip to content

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

Notifications You must be signed in to change notification settings

denisecase/node-express-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •