タグ

Elixirに関するshibacowのブックマーク (5)

  • Embedding Elixir Structs in Ecto Models

    Postgres can store unstructured data such as arrays, json, and jsonb as of version 9.4. Ecto, Elixir’s database wrapper, provides first class support for serializing and deserializing Ecto structs and arrays into these native data types without sacrificing the expressiveness of Ecto models. Embedded records have all the things regular models have, such as structured fields, lifecycle callbacks, an

    Embedding Elixir Structs in Ecto Models
  • アクターによる並行処理アーキテクチャの解説 - はこべにっき ♨


     ! Erlang使? Erlang VM使ScalaAkka ActorScalagoElixir  
    アクターによる並行処理アーキテクチャの解説 - はこべにっき ♨
  • ElixirとPhoenixとMithrilのFFスタックでChatアプリを作った

    Elixir という言語 Phoenix という Elixir で書かれた Web フレームワーク Mithril という JavaScript フレームワーク で Chat アプリケーション ( の原型 ) が書けたので記録する. 「FF スタック」という名称は rebuild.fm の Fullstack Final Fantasy Framework のタイトルから借りた. クライアント側の実装は Mithril の 11 章に書いてある Chat アプリケーションを元にしている. Mithril のサンプルコード 今回作ったチャットのクライアント を見比べると ES6 に書き換えた ChatSocket を socket.io から phoenix 対応に書き換えた くらいの違いしかないことがわかるだろう. PhoenixFramework へ js ライブラリを加える Pho

  • Erlang Factory SF Bay Area 2015

    Building And Releasing A Massively Multiplayer Online Game With Elixir Jamie Winsor Network Server Programmer @undeadlabs Building And Releasing A Massively Multiplayer Online Game With Elixir When a small startup of experienced game developers in Seattle finished their first game, an open-world single player zombie survival game, to rave reviews they continuously received the same feedback - "No

    Erlang Factory SF Bay Area 2015
    shibacow
    shibacow 2015/08/30
    Building And Releasing A Massively Multiplayer Online Game With Elixir
  • [翻訳] Elixir - 次に来る大物Web言語 - Qiita


    Lau Taarnskov2015419Elixir - The next big language for the web ElixirErlangVMRuby((José Valim)RubyonRailscore) 2012QiitaAdvent CalendarElixirPhoenix Framework() 10 (  Elixir(1) Elixir
    [翻訳] Elixir - 次に来る大物Web言語 - Qiita
  • 1