Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suemor233/navigation-server
Navigation 后端是用 nestjs 编写,数据库上借助 prisima 初次使用了 mongodb ,缓存采用了 redis,还使用了 Socket.IO 做到前后端实时通讯。
https://github.com/suemor233/navigation-server
Last synced: 27 days ago
JSON representation
Navigation 后端是用 nestjs 编写,数据库上借助 prisima 初次使用了 mongodb ,缓存采用了 redis,还使用了 Socket.IO 做到前后端实时通讯。
- Host: GitHub
- URL: https://github.com/suemor233/navigation-server
- Owner: suemor233
- License: mit
- Created: 2022-06-04T15:53:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T14:59:48.000Z (over 2 years ago)
- Last Synced: 2023-03-05T04:36:47.087Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 771 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Navigation 后端
> 这次项目很大程度上是参考 [mx-space ](https://github.com/mx-space)的 [core](https://github.com/mx-space/core) 上完成的。后端是用 nestjs 编写,数据库上借助 prisima 初次使用了 mongodb ,缓存采用了 redis,同时还使用了 Socket.IO 做到前后端实时通讯。这些技术基本都是我第一次使用,可以说是对 nodejs 一个新的尝试
## 截图
## 其他
[Navigation前端仓库地址](https://github.com/suemor233/Navigation)[Navigation后台管理系统仓库地址](https://github.com/suemor233/navigation-admin)