https://github.com/angeal185/socketio-chat-room-app
nodejs chat-room app using socketio express jquery and lodash
https://github.com/angeal185/socketio-chat-room-app
chat chat-application express jquery lodash nodejs socket-io
Last synced: 8 months ago
JSON representation
nodejs chat-room app using socketio express jquery and lodash
- Host: GitHub
- URL: https://github.com/angeal185/socketio-chat-room-app
- Owner: angeal185
- Created: 2018-07-15T04:35:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T05:07:19.000Z (over 7 years ago)
- Last Synced: 2025-01-06T17:17:02.623Z (9 months ago)
- Topics: chat, chat-application, express, jquery, lodash, nodejs, socket-io
- Language: JavaScript
- Size: 192 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# socketio-chat-room-app
Nodejs chat-room app using socketio express jquery and lodash.### Features
- user login
- group chat
- private msg
- send img
- send link
- live user online list### Installation
```sh
$ cd dillinger
$ npm install$ node admin/bin/socketio.js
```