simple-web-server icon indicating copy to clipboard operation
simple-web-server copied to clipboard

Tauri [Version 2.0]

Open terreng opened this issue 2 years ago • 4 comments

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 avatar Oct 22 '22 15:10 terreng

@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?

ethanaobrien avatar Oct 22 '22 16:10 ethanaobrien

I don't see an advantage to making things harder for ourselves.

terreng avatar Oct 22 '22 16:10 terreng

@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

terreng avatar Nov 04 '22 22:11 terreng

@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 avatar Dec 12 '22 17:12 terreng

@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.

ethanaobrien avatar Oct 26 '24 03:10 ethanaobrien

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.

terreng avatar Oct 26 '24 04:10 terreng