File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Example - Chat
2
2
3
- [ ![ Latest Stable Version] ( https://img.shields.io/badge/Stable-v3.0.0-brightgreen.svg?style=plastic )] ( https://github.com/web-dev-server/chat- example-pure-js /releases )
3
+ [ ![ Latest Stable Version] ( https://img.shields.io/badge/Stable-v3.0.0-brightgreen.svg?style=plastic )] ( https://github.com/web-dev-server/example-chat-javascript /releases )
4
4
[ ![ License] ( https://img.shields.io/badge/Licence-BSD-brightgreen.svg?style=plastic )] ( https://github.com/web-dev-server/chat-example-pure-js/blob/master/LICENCE.md )
5
5
6
6
Chat example with session authentication. Client scripts written with pure Javascript, no framework needed.
7
7
8
8
## Instalation
9
9
``` shell
10
- git clone https://github.com/web-dev-server/chat- example-pure-js .git example-chat-pure-js
11
- cd ./example-chat-pure-js
10
+ git clone https://github.com/web-dev-server/example-chat-javascript .git example-chat-javascript
11
+ cd ./example-chat-javascript
12
12
npm update
13
13
```
14
14
You can’t perform that action at this time.
0 commit comments