A communication system for the city.
市のためのやりとりシステム。
This is the server system.
これはサーバーシステムです。
[city side]
% deno run --allow-net --allow-read --allow-write server-city.js
[citizen side]
% deno run --allow-net --allow-read --allow-write server-citizen.js
This is for city hall side.
Open file://***/www/index.html on your browser.
これは市側のためのものです。
file://***/www/index.html をブラウザで開きます。
This is for citizen side.
Open file://***/www/index.html on your browser.
これは市民側のためのものです。
file://***/www/index.html をブラウザで開きます。
CC-BY