Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sungwoncho/nodechat

A minimalistic chat server using Node.js and Express.
https://github.com/sungwoncho/nodechat

Last synced: 15 days ago
JSON representation

A minimalistic chat server using Node.js and Express.

Awesome Lists containing this project

README

        

# Nodechat

A simple chat server Built on Node.js and Express.

## To use

Run the following command to start the server.

#### Installation

To quickly get started, you can clone the repo.

# Clone the repo
$ git clone [email protected]:sungwoncho/nodechat.git
$ cd nodechat

# Install the dependencies
$ npm install

#### Start the server
$ node app.js

#### Join the server
In your browser, visit `http://localhost:8080` to connect to the server.

## To do

- Add username support
- Notify every socket when a new user joins the chat using broadcast.
- Display online user list
- Display who is typing
- Enable private messaging
- Add CSS