An open API service indexing awesome lists of open source software.

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.

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.