Skip to content

tsoliangwu0130/chat-room

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Chat Room Build Status MIT licensed

A real-time chat room web application built with socket.io and Node.js. Chat now: https://tsoliang-chat-room.herokuapp.com/

Getting Started

Quick Start

  1. To install app dependencies, simply:
$ npm install
  1. Start the app at localhost:3000:
$ npm start

Docker

Dockerfile is also provided. To run this app in a container, just simply install Docker first, then:

  1. Build the docker image:
$ docker build -t tsoliang/chat-room .
  1. Run the app in a docker container and expose the container port to local port 3000:
$ docker run -p 3000:3000 -d tsoliang/chat-room

Releases

No releases published

Packages

No packages published