Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/napthees/up-chat
- Owner: napthees
- License: mit
- Created: 2018-09-29T07:35:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T11:03:19.000Z (about 2 months ago)
- Last Synced: 2024-09-24T03:24:22.335Z (about 2 months ago)
- Topics: chat-application, node-js, real-time
- Language: HTML
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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