https://github.com/jabr/forthwith
A shared, browser-server workspace for RingoJS inspired by now.js.
https://github.com/jabr/forthwith
Last synced: 2 months ago
JSON representation
A shared, browser-server workspace for RingoJS inspired by now.js.
- Host: GitHub
- URL: https://github.com/jabr/forthwith
- Owner: jabr
- License: mit
- Created: 2011-06-19T05:29:11.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-26T04:56:24.000Z (about 13 years ago)
- Last Synced: 2025-03-15T00:11:14.485Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# forthwith
A shared, browser-server workspace for [RingoJS](http://www.ringojs.org/) inspired by [now.js](http://www.nowjs.com/).
## Examples
* ./examples/chat
A basic multi-user chat interface.
## Limitations
The client currently requires a native WebSocket implementation and a generally modern Javascript implementation (e.g. JSON, Array.prototype.filter, Array.prototype.forEach, Object.defineProperty). At the moment, I believe only Chrome works.