Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 360 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 360 Bytes

helloworld

此项目用于记录学习

项目架构

  • client-客户端
    1. lib-常用的前端各种库,包括jQuery,Angular,underscore
    2. src-学习JS的练习
    3. html-helloword.html用于实现demo
  • server-node端
    1. algorithm目录-用node实现的算法
    2. 其余包括express,koa,爬虫,进程通信的各种实例