elvis
elvis copied to clipboard
Your wasm UI library
## Desc We'll update the book using ElvisJS in the future, so we need a markdown plugin writing in ElvisJS, a standalone repo or inside the current repo. [book]: https://github.com/elvisjs/book
## Desc ElvisJS is as a stable stage now, we need to update the [book][book]. [book]: https://github.com/elvisjs/book
## Desc It caused by `warp`, the development [server][server], is there any other lighter way to start HTTP and WebSocket servers in rust? --- We can write an HTTP server...
## Desc [rustcc][0] is the biggest rust community in China, we can write a client for it in ElvisJS [0]: http://rustcc.cn
## Desc Elvis is extremely basic for now, add more useful features for developers ## Examples + [x] hello-world + [x] Counter APP + [x] Router APP + [ ]...
## Desc The WebSocket warp offers is no good, big size and hard to use, wrap an HTTP server and a WebSocket server ourselves next days
## Desc The current stage of Elvis.js is not easy for others to join, to solve this problem and move on, we have to complete the core modules below: +...
# Week 0 > Since we are in the first week of the program, what is your plan to hit the ground running this week and put yourself in the...
## Desc Elvis currently compiles examples into `epm` for initializing projects as possible as it could be, but it is...stupid in some way. ## Solution The source code is here:...
## Desc ``` websocket err, send message failed :Io(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }) ``` ## How to reproduce Just run `epm dev` under the directory...