Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 461 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 461 Bytes

forthwith

A shared, browser-server workspace for RingoJS inspired by now.js.

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.