タグ

javascriptとsails.jsに関するmakun2のブックマーク (3)

  • sails.jsを使ってみた - Hack myself

    Sails.jsとは Node.jsのMVCウェブアプリケーションフレームワーク 名前からも予想できる通り、Ruby on Railsチックな操作ができるフレームワークになっている 公式サイト http://sailsjs.org/ インストール npmからインストールする $ npm -g install sails アプリケーションの作成 下記コマンドでアプリケーションのテンプレートが作られる この辺はrailsとまったく一緒 $ sails new sailstest ディレクトリ構成はこんな感じ sailstest ├── Gruntfile.js ├── README.md ├── api │   ├── adapters │   ├── controllers │   ├── models │   ├── policies │   │   └── authenticated.j

    sails.jsを使ってみた - Hack myself
  • Sails.js | Realtime MVC Framework for Node.js

    Sails makes it easy to build custom, enterprise-grade Node.js apps. Build practical, production-ready Node.js apps in a matter of weeks, not months. Sails is the most popular MVC framework for Node.js, designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps: data-driven APIs with a scalable, service-oriented architecture.

  • Re* Programming » c#

    xs-dev インストール npm i -g xs-dev 初期設定 xs-dev setup --target-branch public helloworld xs-dev run --example helloworld エラーが出るようになるが... /Users/weizen/.local/share/xs-dev-export.sh:source:5: no such file or directory: /export.sh IDF_PATH のパスがないことによるエラーだった ESP32のセットアップをすると解消されるらしい => ならなかった xs-dev info で表示される ESP32 IDF Directory のパスを IDF_PATH に指定 source $HOME/ 今回、中国出身の Designer 王雅さんと一緒に制作した 「寄席の箱」 を SNACK

    makun2
    makun2 2013/05/01
    かみやん。
  • 1