Tutorial for SUGOS
- 00 - Let us begin with SUGOS
- 01 - Hello World, as always
- 02 - Using Event Emit
- 03 - Communication between Browsers
- 04 - Module as npm package
- 05 - Authenticate Actors and Callers
- 06 - Using Observers
- 07 - Scaling Out Hubs
- 00 - SUGOSことはじめ
- 01 - Hello Worldしてみる
- 02 - Event Emitしてみる
- 03 - Browser間でやり取りする
- 04 - Moduleをnpmパッケージ化する
- 05 - ActorやCallerを認証する
- 06 - Observerを使ってみる
- 07 - Hubを冗長化する
This project itself is a npm package.
To contributing, checkout this project to your local and install dependencies.
git clone git@github.com:realglobe-Inc/sugos-tutorial.git
cd sugos-tutorial
npm install
Then, edit articles under src
directory and run
./ci/build.js
This will render articles into dist
directory.