update
This commit is contained in:
11
AI_prompt.md
11
AI_prompt.md
@@ -189,3 +189,14 @@ Check the following files:
|
||||
I would like to expand this package (NATSBRIDGE) to include Rust support.
|
||||
Now help me update Rust implementation of this package at ./src/natsbridge.rs.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
I want to build a client-side-rendering Dioxus-based chat webapp.
|
||||
Dioxus version 0.7+ should be great.
|
||||
I already populate the current folder for the project.
|
||||
my server REST API endpoint is sommpanion.yiem.cc/agent-fronent/api/v1/chat but I didn't run the server yet. A message format is JSON string.
|
||||
I just placed my custom package for encode and decode message at ./src/natsbridge.rs. smartsend() is for encoding and smartreceive() is for decoding.
|
||||
you may also check the file /home/ton/docker-apps/sommpanion/NATSBridge/docs/walkthrough.md for more info about my package.
|
||||
You can test whether Dioxus webapp can be build using this command "dx bundle --web --release --debug-symbols=false"
|
||||
|
||||
Reference in New Issue
Block a user