We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e5a4e commit 97db51cCopy full SHA for 97db51c
index.html
@@ -4,12 +4,8 @@
4
<title></title>
5
</head>
6
<body>
7
-Open Console
8
-
9
-<script src="jspm_packages/system.js"></script>
10
-<script src="config.js"></script>
11
-<script>
12
- System.import('test.js');
13
-</script>
+<a href="/examples/gen_server.html">GenServer example</a>
+<br/>
+<a href="/examples/send_receive.html">2 actors continually sending and receiving messages from each other</a>
14
</body>
15
</html>
test.js
0 commit comments