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

https://github.com/oskarrough/chat

express + socket.io + vue.js = chat
https://github.com/oskarrough/chat

Last synced: about 1 year ago
JSON representation

express + socket.io + vue.js = chat

Awesome Lists containing this project

README

          

# Chat

A little web chat with zero persistence.

## How to use

**1. Deploy the chat server**

[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/oskarrough/chat) [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/oskarrough/chat)

**2. Copy paste this snippet into your page**

```html

```

**3. That's it.** Chat away! Note, the `.RoughChat` element needs to come before the `client.js` script.

## Development

- `git clone git@github.com:oskarrough/chat.git`
- `cd chat`
- `yarn`
- `yarn start`

## Testing

- `yarn prettier` (format all scripts and tests through prettier)
- `yarn test`