File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Experiment to reproduce Erlang style processes in browser. The api follows the one from Erlang. All are found on the ` ProcessSystem ` class
4
4
5
+ #### Documentation
6
+
7
+ https://elixirscript.github.io/processes/
8
+
9
+ #### Demo
10
+
11
+ https://elixirscript.github.io/processes/demo/
12
+
5
13
#### Usage
6
14
7
15
- First, import the ProcessSystem create a new instance of one.
Original file line number Diff line number Diff line change 8
8
"build" : " tsc" ,
9
9
"test" : " ava test" ,
10
10
"dev" : " NODE_ENV=development webpack-dev-server --open --content-base / --config webpack.dev.config.js --mode development" ,
11
- "demo:build" : " NODE_ENV=production webpack --config webpack.prod.config.js --mode production" ,
11
+ "demo:build" : " NODE_ENV=production webpack --config webpack.prod.config.js --mode production" ,
12
12
"docs:build" : " typedoc --excludeExternals --mode file --out docs && npm run demo:build"
13
13
},
14
14
"keywords" : [
You can’t perform that action at this time.
0 commit comments