Skip to content

Browser integration

Markus Krötzsch edited this page Jun 16, 2023 · 3 revisions

Nemo can be compiled into a Web assembly library that can be used in browser-based applications. In this mode, rule reasoning is run completely in the browser, without any need to install software or transmit data to remote servers.

You can see and test an example of such an application at our online demo.

Getting Nemo for the Web

todo (installation/build instructions)

Using Nemo on the Web

todo (how to use the library in JavaScript)

Clone this wiki locally