Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/napthees/up-chat

A basic Chat whit Node.js.
https://github.com/napthees/up-chat

chat-application node-js real-time

Last synced: about 21 hours ago
JSON representation

A basic Chat whit Node.js.

Awesome Lists containing this project

README

        

* _Updated document on February 19, 2020_

[![Known Vulnerabilities](https://snyk.io/test/github/napthees/up-chat/badge.svg?targetFile=package.json)](https://snyk.io/test/github/napthees/up-chat?targetFile=package.json)

# Description of the application "Up Chat!"

A basic Chat.

## Install and Start

In command line:

```
� To install the packages
```
> npm install
```
� To start the application that will be available from your browser at localhost:8080
```
> npm start