Skip to content

songjiayang/chatting_room

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##What is Chater? Chater 是一个在线聊天室,一个实时web应用,一个基础实践..... 演示地址: http://chatter9.herokuapp.com

##How to run Chater?

  git clone  [email protected]:songjiayang/chater.git
  cd chater
  bundle 
  rackup faye.ru -E production -s thin       #启动faye
  bundle exec rake db:create
  bundle exec rake db:migrate
  bundle exec rake db:seed #初始化数据需要注入
  rails s

##Dependences

##参考文档

##Preview

About

a real time web app with faye

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 95.3%
  • JavaScript 4.3%
  • CoffeeScript 0.4%