m_shige1979のときどきITブログ

プログラムの勉強をしながら学習したことや経験したことをぼそぼそと書いていきます

Github(変なおっさんの顔でるので気をつけてね)

https://github.com/mshige1979

2015-01-01から1日間の記事一覧

Mojolicious+Angularjsでwebsocket

github https://github.com/mshige1979/reoreotsubuyakikun angularjsでwebsocket Controllerだけではうまくいかないことがあるのでfactoryなどが必要になってくる 実装 default.html.ep <html> <head> <title><%= title %></title> <link rel="shortcut icon" href="<%= url_for '/favicon.ico' %>"> </link></head></html>