V language for building HTTP servers or backend development #24247
muhammadyasir-dev
started this conversation in
Ideas
Replies: 4 comments 4 replies
-
https://github.com/vlang/v/tree/master/tutorials/building_a_simple_web_blog_with_veb |
Beta Was this translation helpful? Give feedback.
1 reply
-
A really big example: https://github.com/vlang/gitly |
Beta Was this translation helpful? Give feedback.
0 replies
-
no a backend of some thing like social networking site |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am currently exploring the V programming language and am interested in developing web backends using it. However, I am struggling to find comprehensive resources or examples related to HTTP handling, web backend libraries, or building a framework from scratch.
Specifically, I would like to know:
What are the best libraries available in V for handling HTTP requests and responses?
Are there any recommended practices for structuring a web backend project in V?
How can I implement routing, middleware, and other common web server functionalities using V?
Are there any existing frameworks built with V that I can use as a reference or starting point?
Any tips or resources (tutorials, documentation, etc.) that could help me get started with backend development in V?
I appreciate any insights or examples you can provide. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions