InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β
Webserver Alternatives
Similar projects and alternatives to webserver
-
-
Civic Auth
Web2 & Web3 login in a simple SDK. Drop Civic Auth into your app with native TS/JS support. Email login, SSO options, embedded wallets, and full session management. Minimal config. Deploy in under 5 minutes.
-
-
gcodepreview
OpenPythonSCAD library for moving a tool in lines and arcs so as to model how a part would be cut using G-Code or described as a DXF.
-
todomvc
Helping you select a JavaScript framework - Todo apps for React.js, Angular, Vue and many more
-
mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
-
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build dynamic JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
linkwarden
β‘οΈβ‘οΈβ‘οΈ Self-hosted collaborative bookmark manager to collect, read, annotate, and fully preserve what matters, all in one place.
-
-
-
gokrazy
turn your Go program(s) into an appliance running on the Raspberry Pi 3, Pi 4, Pi 5, Pi Zero 2 W, or PCs (x86_64 or ARM64)!
-
-
ideas
:rocket: Ideas for everyone under a CC licence. Feel free to use. I'll send you a postcard if you build anything on this list. (by captn3m0)
-
freebies
Source code for Uisual templates. Free HTML/CSS landing page templates for startups. New template every week.
-
-
-
-
-
-
-
InfluxDB
InfluxDB β Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
webserver discussion
webserver reviews and mentions
-
Show HN: Aberdeen β An elegant approach to reactive UIs
I am sure it is hard if you have never written an application without React, jQuery, whatever before. That doesn't make it hard though. It just means its something, only at present, uncomfortable.
Here is how I do it. This is all the front end code for a large personal project.
https://github.com/prettydiff/webserver/blob/main/lib/dashbo...
My observation is that no matter how complicated and large the application gets anything that ultimately runs in the browser scales in size disproportionately slower in the browser code than elsewhere. This remains true no matter how much of the instruction set you intentionally try to put into the browser. That said, why even bother with this framework bullshit in the first place if the code it abstracts is never the primary problem in any given application? The larger the application gets the less significant the browser portion of that code becomes as a percentage of total application size.
-
Ask HN: What are you working on (August 2024)?
https://github.com/prettydiff/webserver
-
Ask HN: Simple web server with drag and drop upload?
192.168 is a non-routable address space. That means you are limited to the local network behind your router.
1. Set up SMB sharing. Itβs amazing and universal across different operating systems. Then you can go to \\192.168.whatever to access your files with drag and drop.
2. Set up a netbios name for your new file server so that it can be as simple as \\x.
3. Set up PiHole on your local network as a simple domain manager and fall back to 1.1.1.3 or 8.8.8.8 for free public DNS services. Then point your router to your server IP address for DNS resolution to custom domains. Now you can set up custom domains like www.x.
4. You can write your own web server easily. I did. Now I have universal proxy and domain redirection via a simple config file. I can proxy anything from webpages to 20gb mp4s directly into the browser. This will get you started https://github.com/prettydiff/webserver/
5. Create symlink between your web page root and your file share. Now your files are available via domain through the browser like https://www.x/files/
Good luck
-
Ask HN: Someone please give me a webapp idea to make for a school project
Demo a new proxy that can handle absolutely anything. What looks cool is spinning up a bunch of Linus VMs and pushing them through a VNC to JS emulator so that they stream direct into a browser. Where you can make money is in repurposing that proxy to solve real business problems like authentication, load balancing, traffic redirection, vanity domain support, opening encrypted tunnels, and so forth.
You can find 30 Linux VMs here, via docker compose: https://docs.linuxserver.io/images/docker-webtop/
Universal TCP/TLS proxy that can stream any protocol in a few lines as possible:
https://github.com/prettydiff/webserver/blob/main/lib/transm...
Good luck
-
A note from our sponsor - InfluxDB
www.influxdata.com | 31 Aug 2025
Stats
prettydiff/webserver is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.
The primary programming language of webserver is TypeScript.