Skip to content
Joe Hegarty edited this page Nov 27, 2016 · 5 revisions

What is Ratatoskr?

Ratatoskr is a lightweight virtual actor framework for node.js.

Ratatoskr aims to make writing realtime distributed systems easier by leveraging virtual actors to allow developers to focus on application logic, not how their application will be distributed.

It is highly inspired by other virtual actor frameworks such as Orbit and Orleans and is developed by one of the original authors of the Orbit framework.

Documentation

The documentation for Ratatoskr is located on this wiki. Please see the sidebar on the right for navigation.

Clone this wiki locally