Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 669 Bytes

CozyNote.md

File metadata and controls

22 lines (19 loc) · 669 Bytes

CozyNote 源码结构

CozyNote - 云笔记

Public

CozyNote.Model - 公用的数据结构

Server

CozyNote.ServerCore - 服务端核心功能实现
CozyNote.Database - 数据库操作抽象层
CozyNote.ServerConsole - 服务端命令行exe
CozyNote.ServerTester - 服务端测试工程

Client

CozyNote.ClientCore - 客户端核心功能实现
CozyNote.WinformClient - winform版客户端
CozyNote.WebSite - 网页在线客户端
CozyNote.ConsoleClient - 命令行版客户端