GithubHelp home page GithubHelp logo

Custom Paths about silicon HOT 8 CLOSED

matt-42 avatar matt-42 commented on August 22, 2024
Custom Paths

from silicon.

Comments (8)

matt-42 avatar matt-42 commented on August 22, 2024

Here is a small API doing what you want:
auto hello_api = http_api(
GET / _hello / _name[std::string()] = [] (auto params) { return "hello " + params.name; }
);

Does it answer your question ?

from silicon.

GuacheSuede avatar GuacheSuede commented on August 22, 2024

Thank you Matt, yes it does.

Quick question, i notice alot of commented out code in lwan.hh, what does that mean ?
Also, lwan is no longer compatible with Silicon due to breaking changes, mass renames of lwan variables

from silicon.

matt-42 avatar matt-42 commented on August 22, 2024

It's true that I did not work on it since quite some time. I'll revamp it if you need it.
In the meantime, you can use the mhd backend which is more stable and up to date.

from silicon.

GuacheSuede avatar GuacheSuede commented on August 22, 2024

Alright sure, i made some changes to the official lwan repo(merged) to fix some breaking changes, you are mostly left to deal with variable renames.

Would you consider officially supporting the lwan backend, on the TechEmpower benchmark, it trumps every other webserver including mhd, lwan has a good history of commits and active ?

from silicon.

matt-42 avatar matt-42 commented on August 22, 2024

Lwan compile with my last commit 5737203, and with another C++ fix I've submitted to Lwan's master.

I included LWAN in the techempower 13th round : https://www.techempower.com/benchmarks/#section=data-r13&hw=ph&test=db&l=4fs3jz
It was able to better handle the heavy load of the plaintext example (up to 16k connections), but it was pretty much on par with MHD on the other tests.

from silicon.

GuacheSuede avatar GuacheSuede commented on August 22, 2024

@matt-42 Thank you for the changes, made some further compilation changes

from silicon.

matt-42 avatar matt-42 commented on August 22, 2024

Keep in mind that POST requests does not work anymore. I don't know yet if it's due to silicon or lwan.

from silicon.

GuacheSuede avatar GuacheSuede commented on August 22, 2024

@matt-42 I am testing lwan without Silicon now, POSTS definitely works on LWAN, using your pull request. Do inform me if you need any help on the lwan side :)

from silicon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.