simple-web-server
simple-web-server copied to clipboard
Tauri [Version 2.0]
Closes #52
Run command: npm run tauri dev
Need Tauri to implement SSB for MAS: https://github.com/tauri-apps/tauri/issues/3716
Need Tauri to implement dock management features (hide dock icon, open new window when launched a second time): https://github.com/tauri-apps/tauri/issues/2258#issuecomment-897540584
https://github.com/tauri-apps/tauri/issues/2358
https://github.com/tauri-apps/tao/issues/105
Safari CSS issues:
- [ ] Scroll bounce
- [ ] Don't select text (-webkit-user-select?)
- [ ] Directory cutoff messed up
- [ ] up and down arrows in port input box
https://tauri.app/v1/guides/features/command/#accessing-managed-state https://docs.rs/serde_json/latest/serde_json/index.html https://crates.io/crates/dirs https://tauri.app/v1/guides/features/events/ https://tauri.app/v1/api/js/dialog/#open https://tauri.app/v1/api/js/path/
@terreng Do you think we should use a http/https request handler or work with the raw sockets? I'd prefer the raw sockets, just because it gives us more control, but with https that would be a pain to figure out if we did it that way. What do you think?
I don't see an advantage to making things harder for ourselves.
@ethanaobrien By the way, here are our latest download numbers: Mac App Store: 348 (currently charted at #82 in the developer tools category, comes up first when you search for "web server") Microsoft Store: 430 Direct download (Windows): 606 Direct download (macoS): 67 (Probably around 25 of the direct downloads were just me testing) Total: 1451
@ethanaobrien Here are some updated numbers. Mac App Store: 454 Microsoft Store: 648 Direct download: 1491 Total: 2593 We're coming up at the top of Google search results for "simple web server" and "basic web server"
@terreng When you get the chance, could you bump tauri to version 2. I plan to use Actix web as the backend for the rust version for simplicity and ease.
Sure, I'll add this to my to-do list. It might be about time that I re-evaluate Tauri now that 2.0 is out. This branch is probably also super stale at this point.