Skip to content

Commit

Permalink
update sample module readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartoallen committed Nov 13, 2022
1 parent ed6c771 commit 73e6712
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sample/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ To enable the sample module:
220128.120432 '[head]' { module: './mod/sample/init.js' }
220128.120432 '[head]' '--- sample server-side module loaded ---'
```

* reloading Kiri:Moto from localhost, you will see these javascript
* console log messages indicaing the new module code is running

```
--- kiri main module start ---
--- kiri main module started ---
{server_said: 'received 39 bytes'}
--- kiri worker module start ---
--- kiri worker module started ---
```

0 comments on commit 73e6712

Please sign in to comment.