https://github.com/thalkod/chat-app-io
This is a version of a chat app using socket.io
https://github.com/thalkod/chat-app-io
chat express nodejs socket-io websocket
Last synced: about 1 month ago
JSON representation
This is a version of a chat app using socket.io
- Host: GitHub
- URL: https://github.com/thalkod/chat-app-io
- Owner: ThalKod
- Created: 2018-04-13T15:20:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T18:04:31.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T15:49:48.967Z (3 months ago)
- Topics: chat, express, nodejs, socket-io, websocket
- Language: JavaScript
- Homepage:
- Size: 771 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat-App-io
This is a basic version of a chat app using Socket.io, with no perssistence, no User Models, without Auth systemsDemo : (-)

## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
Install dependency :
```
npm install
```### Installing
Running the App
```
npm start
```## Built With
* [Nodejs](https://nodejs.org/en/)
* [socket.io](https://socket.io/) - Nodejs Websocket
* [Expressjs](https://github.com/expressjs/express) - The web framework used