The Wayback Machine - https://web.archive.org/web/20210725143635/https://github.com/topics/webframework
Skip to content
#

webframework

Here are 314 public repositories matching this topic...

fastify
Eomm
Eomm commented May 15, 2021

🚀 Feature Proposal

Update the server configuration input to provide a clearer categorization of the options

Motivation

Increase the focus of some properties; maybe a doc revision could be enough?

Example

fastify({
  timeouts: {
    connectionTimeout
    keepAliveTimeout
    pluginTimeout
    http2SessionTimeout
  },
  routing: {
    rewriteUrl
    constrai
chasenyc
chasenyc commented Apr 18, 2018

Steps to Reproduce the Problem

If buffalo fails midway through generating a resource it does not undo what it has done in app.go. This is a very minor issue and was easy to resolve by deleting the duplicated resources from app.go. If I wasn't so new to go I'd be attempting to see if I could make a PR to fix this issue.

![screen shot 2018-04-18 at 10 09 49 am](https://user-images.git

tinyhttp
talentlessguy
talentlessguy commented Dec 10, 2020

Now that @tinyhttp/router v1.0.5+ no longer depends on http module of Node.js, it should be very easy to implement basic Deno support for tinyhttp. Probably it would be cool to have it located in the separate deno folder with all editor settings specifically for it.

There aren't strict requirements on how it should be implemented, but i suppose we need to use either raw gh links, jspm or

Improve this page

Add a description, image, and links to the webframework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webframework topic, visit your repo's landing page and select "manage topics."

Learn more