mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
* Merge client * Add linting script * Rename serve to start:development * Move error harmonization and handling to network layer * Show Comment Stream * Added initial test
317 B
317 B
Framework
All our client targets (e.g. stream, admin, ...) are based functionality provided by this framework.
What should be inside framework
- Code that are specific to a certain target (e.g. stream, admin, ...) must not live here.
- Code that are shared by different targets should be put in
framework