https://github.com/nafiesl/iochat
Simple socket.io example for chat application.
https://github.com/nafiesl/iochat
Last synced: 7 months ago
JSON representation
Simple socket.io example for chat application.
- Host: GitHub
- URL: https://github.com/nafiesl/iochat
- Owner: nafiesl
- Created: 2018-01-24T03:19:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:33:12.000Z (almost 3 years ago)
- Last Synced: 2025-02-19T22:15:03.264Z (8 months ago)
- Language: HTML
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IO Chat
Simple socket.io example for chat application, built based on [Socket.io Chat App Using Websockets](https://www.youtube.com/watch?v=tHbCkikFfDE&t=2068) tutorial.
## Server Requirements
- Latest [NodeJS](https://nodejs.org/en) LTS installed
- [Yarn](https://yarnpkg.com/en/docs/install) (optional for nodejs [npm](https://www.npmjs.com/get-npm))## How to install
1. Clone the repo
```bash
$ git clone https://github.com/nafiesl/iochat.git
```2. Install package dependencies
```bash
$ yarn
// or
$ npm install
```3. Run the server
```bash
$ node socket
```4. Open app in browser: http://localhost:3000
## Screenshots
##### Login
##### Chat
##### Terminal
