https://github.com/lesmiscore/ojichat-wasm
ojichat in WASM
https://github.com/lesmiscore/ojichat-wasm
Last synced: about 1 year ago
JSON representation
ojichat in WASM
- Host: GitHub
- URL: https://github.com/lesmiscore/ojichat-wasm
- Owner: Lesmiscore
- License: mit
- Created: 2019-11-20T23:19:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T17:19:58.000Z (over 1 year ago)
- Last Synced: 2024-10-14T14:46:00.787Z (over 1 year ago)
- Language: JavaScript
- Size: 17 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

※動作風景は変わることがあります
# なんだよこれ
[ojichat](https://github.com/greymd/ojichat)をWASMにしてWeb上で動くようにしました。
[今すぐなりきるにはここから。](https://nao20010128nao.github.io/ojichat-wasm/)
# 開発環境
```
$ go version
go version go1.13.4 linux/amd64
$ node -v
v12.6.0
$ npm -v
6.12.1
```
# セットアップ
```
$ npm i
...たくさん出る...
$ go get github.com/greymd/ojichat/generator
```
# ビルド
Go 1.12以降を使ってください。
```
## 全部ビルド
$ npm run build
## Go部分だけ
$ npm run gobuild
## Javascript/HTML部分だけ
$ npm run webbuild
```
# ライセンス
MIT