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

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.

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.