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
- Host: GitHub
- URL: https://github.com/oskarrough/chat
- Owner: oskarrough
- Created: 2017-03-07T10:50:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T13:07:20.000Z (over 7 years ago)
- Last Synced: 2025-02-10T08:31:46.099Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://chat-bystzqvodk.now.sh/
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat
A little web chat with zero persistence.
## How to use
**1. Deploy the chat server**
[](https://deploy.now.sh/?repo=https://github.com/oskarrough/chat) [](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`