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

https://github.com/abdullahbrashid/chatapp-old

A simple Chat App boilerplate written in plain HTML, CSS and JS.
https://github.com/abdullahbrashid/chatapp-old

chat chat-application html-css-javascript javascript node websocket

Last synced: 10 days ago
JSON representation

A simple Chat App boilerplate written in plain HTML, CSS and JS.

Awesome Lists containing this project

README

          

#

PandaChat - The Old Version


![image](./images/Home-Page.png)
![image](./images/Empty-Chat.png)
![image](./images/Message-Display.png)

#### This version was made purely for fun with vanilla Javascript and WebSockets.

To run the website, clone this repo and [ChatApp-Backend-Old](https://github.com/AbdullahBRashid/ChatApp-Backend-Old).

Start the `Backend Server` using the Backend repo.

In ["js/app.js"](https://github.com/AbdullahBRashid/ChatApp-Old/blob/master/js/app.js), change the websocket address to the server address you run your backend on.

This is plain HTML, CSS and JavaScript. Just host this repo using any server.

##### For example:

### Using NPM live-server (Development Server only)

# npm i -g live-server
$ live-server --port:8080

The rest is on you. You can fork and work on it. Learn from it or anything. Best of luck.