Skip to content
/ WebChat Public

A simple Chat application for demonstration purposes of full duplex client-server communication using node.js, Express, Websockets and MySQL.

License

Notifications You must be signed in to change notification settings

andi-h/WebChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebChat

This is a simple Chat application for demonstration purposes of full duplex client-server communication using node.js, Express, Websockets and MySQL. The node.js server starts a HTTP Webserver, provides Websocket services and saves the chat history in a MySQL database.

Setup

  1. install node.js on the server
  2. install and start a MySQL Server
  1. install node.js packages
cd <PROJECT_DIR>
npm install
  1. start server
node <PROJECT_DIR>\server.js
  1. open multiple instances of the Website in a browser (http://localhost)

Running Application

alt text

About

A simple Chat application for demonstration purposes of full duplex client-server communication using node.js, Express, Websockets and MySQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published