https://github.com/ramanpreet6262/websockets-nodejs
A basic realtime chat app in NodeJS using socketio library.
https://github.com/ramanpreet6262/websockets-nodejs
css expressjs html js nodejs socket-io
Last synced: 3 months ago
JSON representation
A basic realtime chat app in NodeJS using socketio library.
- Host: GitHub
- URL: https://github.com/ramanpreet6262/websockets-nodejs
- Owner: Ramanpreet6262
- Created: 2019-11-28T13:18:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T18:20:40.000Z (over 6 years ago)
- Last Synced: 2024-04-22T15:00:16.950Z (about 2 years ago)
- Topics: css, expressjs, html, js, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Websockets-NodeJS
## A basic realtime chat app in NodeJS using [socketio](https://socket.io/) library for bi-directional communication between web clients and servers.
Made it while going through [this](https://www.youtube.com/playlist?list=PL4cUxeGkcC9i4V-_ZVwLmOusj8YAUhj_9) playlist.