https://github.com/wmora/nodejs-express-socketio-chatroom
A simple chatroom using node + express + socket.io
https://github.com/wmora/nodejs-express-socketio-chatroom
chat-room express javascript nodejs socket
Last synced: 5 months ago
JSON representation
A simple chatroom using node + express + socket.io
- Host: GitHub
- URL: https://github.com/wmora/nodejs-express-socketio-chatroom
- Owner: wmora
- Created: 2013-03-09T03:31:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T23:09:44.000Z (about 8 years ago)
- Last Synced: 2024-04-15T11:16:00.265Z (about 2 years ago)
- Topics: chat-room, express, javascript, nodejs, socket
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 61
- Watchers: 3
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple chatroom built in [Node.js](http://nodejs.org) using [Express](http://expressjs.com) + [Socket.IO](http://socket.io/).
A tutorial on how it's built is [here](http://williammora.com/nodejs-tutorial-building-chatroom-with).