React.js で JSX したくない時 / If don’t want to use JSX in React.js

 

WebSocket を Golang でどうやったらいいか試してみた / WebSocket Test with Golang and Javascript

Chat サーバーを作ってみた…こぴぺしてみた

main.go:

websocket.js:

index.html:

See

  • https://qiita.com/m0a/items/f6405bc29073a7609050
  • https://stackoverflow.com/questions/30686655/go-program-throwing-error-cannot-find-package-code-google-com-p-go-net-websocke
  • https://qiita.com/nekozuki_twt/items/82974d54db71ee12a5e7
  • https://ashitani.jp/golangtips/tips_time.html

 

アニメーション通知でフェードアウトやクリックオフしてみる / Animation notice, fadeout and click off

Demo

redux-thunk に queue (複数可) を追加してみた / added a queue to redux-thunk

試験中…

javascript を javascript で読み込んで実行させるメモ / load javascript by javascript and run