项目作者: weaponsforge

项目描述 :
Exploring websockets.
高级语言: JavaScript
项目地址: git://github.com/weaponsforge/websockets-chat.git
创建时间: 2020-05-16T20:28:11Z
项目社区:https://github.com/weaponsforge/websockets-chat

开源协议:

下载


websockets-chat

Exploring websockets by building a basic chat application.

Prerequisites

The following software have been used for this project.

  1. NodeJS

    • node version 10.16.3
    • npm version 6.9.0
  2. Windows 10 64-bit OS

Demo

https://socketchats.herokuapp.com/

Installation

  1. Clone this repository.
    git clone https://github.com/weaponsforge/websockets-chat.git

  2. Install dependencies.
    npm install

  3. Run the web server.
    npm run start

  4. Load the app on a web browser and enter your username.
    http://localhost:3000

  5. Load the app on another web browser tab and start chatting with yourself.
    http://localhost:3000

@weaponsforge
20200517