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

Provide a v library for async JavaScript #1894

Closed
4 tasks
gslicer opened this issue Sep 8, 2019 · 2 comments
Closed
4 tasks

Provide a v library for async JavaScript #1894

gslicer opened this issue Sep 8, 2019 · 2 comments
Labels
Feature Request This issue is made to request a feature.

Comments

@gslicer
Copy link

gslicer commented Sep 8, 2019

I would be nice to be able to build an "full stack" web-application having:

  • a backend written in V
  • using the V built-in ORM library for DB-integration (e.g. Postgres)
  • using V built-in HTTP(S) library (basic web-server) written in V
  • presenting the UI via a web-browsers using async JS/HTML5 frameworks e.g. iioEngine

Nice-to-have: ideally one would not be even fiddling with JS-code at all

Not sure what would be missing, are some bindings to JS needed or are there currently even more gaps?

@gslicer gslicer added the Feature Request This issue is made to request a feature. label Sep 8, 2019
@dumblob
Copy link
Contributor

dumblob commented Sep 8, 2019

Nice-to-have: ideally one would not be even fiddling with JS-code at all

This "nice-to-have" in conjunction with:

presenting the UI via a web-browsers using async JS/HTML5 frameworks e.g. iioEngine

is extremely difficult to achieve (but not impossible). So I would rather say, we shall not aim at this at all. We shall rather aim at having a fully functional and usable (in terms of "acceptable performance & size") JS backend and leave the UI library solve the rest for us 😉.

@gslicer
Copy link
Author

gslicer commented Sep 8, 2019

closing in favor of the UI for Web feature request

@gslicer gslicer closed this as completed Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request This issue is made to request a feature.
Projects
None yet
Development

No branches or pull requests

2 participants