Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lencx/explore
💡 ideas and try
https://github.com/lencx/explore
chat dart deno dvajs flutter react vite websockets
Last synced: about 1 month ago
JSON representation
💡 ideas and try
- Host: GitHub
- URL: https://github.com/lencx/explore
- Owner: lencx
- License: mit
- Created: 2020-05-27T16:27:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T03:41:55.000Z (over 4 years ago)
- Last Synced: 2024-05-22T06:00:38.027Z (6 months ago)
- Topics: chat, dart, deno, dvajs, flutter, react, vite, websockets
- Language: Dart
- Homepage:
- Size: 321 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Explore
## Start
```bash
# command help
deno run --allow-read --allow-write cmd.ts [--update[=tree]]
```## Feature
* `backend`: deno + oak + webSocket
* `frontend`: simple chat
* `app`: flutter
* `web`: vite + react + dva
* `dart_learn`: dart learning## TODO
* [ ] APP: flutter
* [ ] Desktop: tauri
* [ ] Web: vite + react + dva## Reference
* [Learn Deno: Chat app](https://aralroca.com/blog/learn-deno-chat-app)
* [Building beautiful UIs with Flutter](https://codelabs.developers.google.com/codelabs/flutter/#0)## Library
* [Deno](https://deno.land)
* [Vite](https://github.com/vitejs/vite)
* [Dvajs](https://github.com/dvajs/dva)
* [tauri](https://github.com/tauri-apps/tauri)
* [Flutter](https://flutter.dev)