Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用技术讨论 #3

Open
gogu opened this issue Feb 24, 2017 · 1 comment
Open

使用技术讨论 #3

gogu opened this issue Feb 24, 2017 · 1 comment

Comments

@gogu
Copy link
Contributor

gogu commented Feb 24, 2017

一般 web 项目需要的通用部分

  • 数据库 CRUD
  • HTTP RESTful API
  • 用户系统
  • 邮件服务
  • 前端

开发微信和其他社交网络部分

  • 微信公众号 API 接入
  • 微信机器人(Hack 个人账号)
  • 各个网站开放的开发者 api
  • 通过爬虫获得数据(Hack 方式)
@gogu
Copy link
Contributor Author

gogu commented Feb 28, 2017

RESTful API

前端

无刷新是 Jinja 模板做不到的。有了 Web API,前端就可以完全分离出来做更好的表现了。

前端写原生比较繁琐,于是使用 Vue 框架。几个现代 web 前端框架其实都不错,选 Vue 是因为轻量、容易入门,而且我比较熟悉。

我们这儿学 python,用户交互主要是 js 实现,从简。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant