web_app_from_scratch
langterm

web_app_from_scratch | langterm | |
---|---|---|
5 | 4 | |
60 | 81 | |
- | - | |
0.0 | 5.1 | |
about 2 years ago | about 1 year ago | |
Shell | JavaScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
web_app_from_scratch
-
Server-Side Rendering Is a Thiel Truth (2020)
How do you mean Django is heavy? When I think about heavy, I think about how hard it would be to replace the framework with my own code in the future. So I don't like magic. Both, Django and Flask seem to have a similar amount of magic to me. But I might be wrong. I tried Flask only very briefly.
Me and other devs maintain this repo which shows how to get from a fresh Debian install to a running web app via different frameworks:
https://github.com/no-gravity/web_app_from_scratch
As you can see, it also has a Flask version.
Contributions are welcome!
-
Ask HN: Good resource on writing web app with plain JavaScript/HTML/CSS
Why using python3-django on debian instead of a venv and the last lts of django from pypi on your script[0] ?
[0]: https://github.com/no-gravity/web_app_from_scratch/blob/main...
-
Ask HN: Do you contribute to open source projects?
I am building an open source web framework comparison.
The idea is to put together a project that gives an overview of how to set up a minimal viable web application from scratch via all the different frameworks.
For each framework the project features a self explanatory shell script that builds a web app with routing, templates and user accounts. So there is no ambiguity of how to reproduce the results. And it is even possible to just copy&paste the steps into a docker container and see the framework in action.
So if you want to compare how the frameworks do templating, you can look at the "Let's use templates" part and have a quick overview of how it is done in Django, Laravel, Flask, Symfony, NextJS...
So far, 5 developer joined and contributed.
Here is the repo:
https://github.com/no-gravity/web_app_from_scratch
-
Ask HN: Who Wants to Collaborate?
I am building an open source web framework comparison.
The idea is to put together a project that gives an overview of how to set up a minimal viable web application from scratch via all the different frameworks.
For each framework the project features a self explanatory shell script. So there is no ambiguity of how to reproduce the results. And it is even possible to just copy&paste the steps into a docker container and see the framework in action.
The shell script for each repo starts from scratch and builds a web app with routing, templates and user accounts.
Here is the repo:
https://github.com/no-gravity/web_app_from_scratch
So if you want to compare how do you use a template, you can look at the "Let's use templates" part and have a quick overview of how it is done in Django, Laravel, Flask, Symfony, NextJS...
So far, I wrote the beginning of the Django script and two developers contributed Laravel and Symfony scripts. So far we have routing and templates. All three still need user accounts.
If you are experienced in a web framework, feel free to add to one of the scripts or a new one and send a pull request!
langterm
-
Ask HN: Good resource on writing web app with plain JavaScript/HTML/CSS
I purposely wrote my home page (https://langworth.com) with plain, vanilla JavaScript, which features both WebGL and plaintext clients for a server-side text adventure game, because I wanted to remind myself that it's not that difficult to build something interactive and fun without miles of modern front-end tooling.
It started as a single page but I eventually broke it out into a few files for organization. The WebGL parts are lengthy and boilerplate-y because, well, that's GL for you. https://github.com/statico/langterm
-
Ask HN: Share Your Personal Site
https://langworth.com
It’s a retro experience with a text adventure game. I wrote it to prove to myself that I kinda knew WebGL after shutting down our browser gaming startup.
Only one person has beaten the game. Most don’t make it inside the building. Guess I’m not a great game designer ;)
- Langterm
What are some alternatives?
html-form-to-google-sheet - How to submit HTML forms to Google Sheets. (Updated for 2024 Script Editor)
extensions - Inform 7 extensions -- some may be ready for public use, others may be barely working experiments. Enjoy!
mapzy - Free, simple, open-source and self-hostable store finder.
storyboarder - ✏️ Storyboarder makes it easy to visualize a story as fast you can draw stick figures.
bangle-io - A web only WYSIWYG note taking app that saves notes locally in markdown format.
unpkg - The CDN for everything on npm
DS4Windows - A reimagination of DS4Windows.
uibuilder - Typed HTML templates using TypeScript's TSX files
share-file-systems - Use a Windows/OSX like GUI in the browser to share files cross OS privately. No cloud, no server, no third party.
twitch-buzz-lightyear - Buzz Lightyear design with CSS (and WebComponents for encapsulate)
FlaskLoadBalancer - Simple implementation of an HTTP load balancer with Python and Flask
javascript-todo-list-tutorial - ✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱
