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

https://github.com/brainjs/brain.threadsafe.js

run brain.js in an existing thread, without it locking up
https://github.com/brainjs/brain.threadsafe.js

Last synced: 4 months ago
JSON representation

run brain.js in an existing thread, without it locking up

Awesome Lists containing this project

README

          

# brain.threadsafe.js
run brain.js in an existing thread, without it locking up

## example
```js
// learn XOR
babel-node --presets=babel-preset-es2015 test.js
```