serverもclientもDartでリアルタイムWeb

memo Dartのリアルタイムサーバー。とりあえずメモ https://github.com/jorishermans/dart-force https://github.com/jorishermans/dart-force-chat-example Nitrous.ioでの作業ログ git clone https://github.com/jorishermans/dart-force-chat-example #se…

marsedit test

http://www.red-sweater.com/marsedit/ Mars Editからの投稿テスト

revelのJobs #golangjp

jobsを使ってみる http://robfig.github.io/revel/manual/jobs.html jobはModulesの一種。 revelフレームワークに機能を追加したりするよ。 設定 app/conf/app.confに以下を追加 module.jobs = github.com/robfig/revel/modules/jobs job監視をするページを…

revelのexample bookingを動かす。#golangjp

go

http://robfig.github.io/revel/samples/booking.html Mac OSXでhomebrewがインストールしてある前提 brew install pkgconfig sqlite3 revel run github.com/robfig/revel/samples/booking おこ Go Compilation Error The Go code ../github.com/robfig/reve…

revelのメモ

revel http://robfig.github.io/revel/ quick start(go言語インストール, GOPATH設定済み) go get github.com/robfig/revel/revel go install revel revel new myapp revel run myapp #myappがアプリ名 で、$GOPATH/src/myappにテンプレートが展開。 構成(例…

Dart cheat sheat

Dart cheat sheat 自分用の備忘録 import import 'dart:html'; import 'xxx:xxx' as xxx; entry point main() { query('#status').text = 'Hi, Dart'; } print log debug num aNumber print('The number is $aNumber.'); $variableName (or ${expression}) L…

dartlang 俺専用まとめ 随時更新

Dart言語俺専用まとめ。(2013/05/10) Dart(Dart言語、Dartlang)は、Googleが開発している言語です。 役割的にはjavascriptと似た位置にいる感じですね。 serverとかも立てられるし。 現在はDartium等の専用ブラウザでしか動作しませんが、 dart2jsによってja…

test

test