https://github.com/arielfr/chatjs
NodeJS + Socket.IO + Express + HTML + JS + CSS = Chat Interface
https://github.com/arielfr/chatjs
chat node nodejs socket-io
Last synced: 2 months ago
JSON representation
NodeJS + Socket.IO + Express + HTML + JS + CSS = Chat Interface
- Host: GitHub
- URL: https://github.com/arielfr/chatjs
- Owner: arielfr
- Created: 2013-08-28T02:56:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T19:15:19.000Z (over 9 years ago)
- Last Synced: 2025-02-16T01:43:22.169Z (over 1 year ago)
- Topics: chat, node, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chat - NodeJS + Socket.IO + Express
This is a Chat created with NodeJS + Socket.IO + Express. I make a user interface using HTML and CSS.
Socket.IO
I use the socket.io to connect the multiple users and send messages trought sockets
Express
Express Framework is used to deliver the folders and create the server
Notifications
The chat have CSS3 notifications that allow you to know when you are online, when someone connects or disconnect, and even if the server is down.