/chat-nodejs

A chat example to showcase how to use 'socket.io' with a static 'express' server with 'async' for control flow.

Primary LanguageHTMLMIT LicenseMIT

Chat NodeJS

Chat NodeJS

Requirements

  • Node >= 12.10.0
  • Express >= 4.17.1
  • SocketIO >= 2.3.0

Version

1.0.0

Installation

Download zip file and extract it latest release. Or clone the repository and cd into it.

Chat NodeJS uses a number of open source projects to work properly:

  • Node - Open-source, cross-platform, JavaScript runtime.
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Socket.io - Featuring the fastest and most reliable real-time engine

Install the dependencies and start the server.

Run

cd chat_nodejs
node app.js

Preview

Meta

Reysmer Valle – @ReysmerWVR

License

Chat NodeJS is (c) 2020 Reysmer Valle (@ReysmerWVR) and may be freely distributed under the license-url. See the MIT-LICENSE file.

Todos

  • Write tests
  • Add code comments