Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topfunky/demo-simplest-socket-io
Very simple socket.io demo.
https://github.com/topfunky/demo-simplest-socket-io
Last synced: 11 days ago
JSON representation
Very simple socket.io demo.
- Host: GitHub
- URL: https://github.com/topfunky/demo-simplest-socket-io
- Owner: topfunky
- Created: 2012-03-22T20:55:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-22T20:57:07.000Z (over 12 years ago)
- Last Synced: 2024-04-15T14:13:24.086Z (7 months ago)
- Language: JavaScript
- Homepage: https://peepcode.com/screencasts/node
- Size: 91.8 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DESCRIPTION
===========Extremely simple socket.io app.
USAGE
=====Start the server:
npm start
Visit this URL in two browser windows:
http://localhost:3000
Enter a name. It will appear on both windows.