webserver

WebSocket first web server, HTTP over WebSockets (by prettydiff)

Webserver Alternatives

Similar projects and alternatives to webserver

  1. nixpkgs

    Nix Packages collection & NixOS

  2. 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.

    Civic Auth logo
  3. filemanager

    πŸ“‚ Web File Browser

  4. 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.

  5. todomvc

    69 webserver VS todomvc

    Helping you select a JavaScript framework - Todo apps for React.js, Angular, Vue and many more

  6. mockoon

    56 webserver VS mockoon

    Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.

  7. tl

    64 webserver VS tl

    The compiler for Teal, a typed dialect of Lua

  8. valtio

    53 webserver VS valtio

    πŸ§™ Valtio makes proxy-state simple for React and Vanilla

  9. 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.

    SurveyJS logo
  10. linkwarden

    40 webserver VS linkwarden

    ⚑️⚑️⚑️ Self-hosted collaborative bookmark manager to collect, read, annotate, and fully preserve what matters, all in one place.

  11. shite

    The little hot-reloadin' static site maker from shell.

  12. trippy

    22 webserver VS trippy

    A network diagnostic tool

  13. 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)!

  14. rcl

    22 webserver VS rcl

    A reasonable configuration language

  15. 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)

  16. freebies

    Source code for Uisual templates. Free HTML/CSS landing page templates for startups. New template every week.

  17. Control-Surface

    Arduino library for creating MIDI controllers and other MIDI devices.

  18. proposal-signals

    A proposal to add signals to JavaScript.

  19. Ptah.sh

    Self-hosted alternative to Heroku

  20. cp-project-euler

    Competitive Programming: Project Euler

  21. choose-mithril

    Why I prefer Mithril over Angular and React

  22. hncli

    A Terminal User Interface-based application for browsing Hacker News, written in :crab: Rust.

  23. 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better webserver alternative or higher similarity.

webserver discussion

Log in or Post with

webserver reviews and mentions

Posts with mentions or reviews of webserver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-09.
  • Show HN: Aberdeen – An elegant approach to reactive UIs
    10 projects | news.ycombinator.com | 9 May 2025
    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)?
    132 projects | news.ycombinator.com | 24 Aug 2024
    https://github.com/prettydiff/webserver
  • Ask HN: Simple web server with drag and drop upload?
    5 projects | news.ycombinator.com | 9 Aug 2024
    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
    1 project | news.ycombinator.com | 5 Aug 2024
    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
    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 β†’

Stats

Basic webserver repo stats
4
2
9.3
7 days ago

Sponsored
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.
www.civic.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?