Using AjaxMessaging to create a chatroom in 5 mins

中文版: 用 AjaxMessaging 在五分鐘內造一個 chat room

AjaxMessaging Chat

1. Preparation

  • Download and install Ruby on Rails
  • Download and install Apache ActiveMQ
  • Install Mongrel ( sudo gem install mongrel )
  • Install json (sudo gem install json)
  • Install stomp (sudo gem install stomp)

(more…)

你可能感兴趣的:(apache,json,activemq,Ruby,Rails)