Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ElixirでNode.jsを倒す

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

 ElixirでNode.jsを倒す

Avatar for さっちゃん

さっちゃん

May 10, 2017
Tweet

More Decks by さっちゃん

Other Decks in Programming

Transcript

  1. Elixir has Hedwig. defmodule HedwigDemo.Responders.Ping do @moduledoc ””” ping-pong ”””

    use Hedwig.Responder hear ~r/ping/i, msg do reply msg, “pong” end end