Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kueblc/paper-sink
Barebones messenger using AJAX and Node.js
https://github.com/kueblc/paper-sink
Last synced: 24 days ago
JSON representation
Barebones messenger using AJAX and Node.js
- Host: GitHub
- URL: https://github.com/kueblc/paper-sink
- Owner: kueblc
- Created: 2013-03-29T22:52:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-18T19:35:39.000Z (over 11 years ago)
- Last Synced: 2023-03-11T18:17:50.490Z (almost 2 years ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#paper-sink
Barebones messenger using AJAX and Node.js##About
PaperSink makes it easy for your node.js web application to send and receive data from your clients. It uses long polling AJAX requests (aka Comet) to allow the server to push data to the client in realtime, and its compatible with a huge range of browsers.##Requirements
+ node.js
+ a web browser with JavaScript enabled##Quick Start
Try the chat room demo using the PS library by running`demos$ node ChatRoom.js`
and point your browser to http://127.0.0.1:8124/
##What's Here?
+ lib -- contains the barebones paper-sink functionality, PS.js is the server side component, ps.js is the client side component
+ demos -- shows off what paper-sink can do
+ utils -- node.js modules to facilitate demos##API
####coming soon##License
####coming soon