Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auspham/chatjson
A simple chat system using NodeJS, storing using JSON
https://github.com/auspham/chatjson
Last synced: about 2 months ago
JSON representation
A simple chat system using NodeJS, storing using JSON
- Host: GitHub
- URL: https://github.com/auspham/chatjson
- Owner: auspham
- Created: 2018-11-14T05:04:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T05:10:48.000Z (about 6 years ago)
- Last Synced: 2024-10-13T05:49:59.318Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 561 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatJSON
- A simple chat system using NodeJS.## Setup:
```bash
npm install
```## Run the webpage:
```bash
node app
```## Storage:
- Chat log is stored in `chat-history.json`