Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development Progress #1

Open
kassane opened this issue Feb 8, 2024 · 2 comments
Open

Development Progress #1

kassane opened this issue Feb 8, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed wip not yet complete

Comments

@kassane
Copy link
Owner

kassane commented Feb 8, 2024

Based on some vibe examples, I have been learning how to create a simple server using dlang.

Currently this project remains in progress, so I cannot guarantee its full functionality in comparison with the original project.

Any contributions are welcome.

And the bugs have already been solved for macOS using the vibe-d:tls package.

- name: Build (MacOS)
if: runner.os == 'macos'
run: dub --parallel --override-config vibe-d:tls/openssl-1.1 -- -V
- name: Build
if: runner.os != 'macos'
run: dub --parallel -- -V

cc: @nwtgck

@kassane kassane changed the title Roadmap Development Progress Feb 8, 2024
@kassane kassane added the wip not yet complete label Feb 8, 2024
@kassane
Copy link
Owner Author

kassane commented Feb 8, 2024

@kassane
Copy link
Owner Author

kassane commented Feb 9, 2024

New commit: 7a1fc85

Using the vibe.d upload example, the solution will take the user's browser uploaded file and store it in a local (server) folder called downloads. This way the file is always available for download.

asciicast

@kassane kassane added enhancement New feature or request help wanted Extra attention is needed labels Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed wip not yet complete
Projects
None yet
Development

No branches or pull requests

1 participant