Skip to content

xiaoCong2014/rxjs-socket.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rxjs-socket.io

TODO

  • 提取服务到单独的文件夹

已经完成的

怎么运行这个项目:

how to run the code:

##Server From the 'server' folder

  1. npm install or cnpm install ( install packages )

  2. npm start or node server.js

##Client From the 'client' folder

  1. npm install or cnpm install ( install packages )

  2. typings install

  3. npm start or ng serve (assumes Angular CLI)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.0%
  • JavaScript 45.7%
  • HTML 3.7%
  • CSS 0.6%