Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`