Skip to content
#

webframework

Here are 252 public repositories matching this topic...

fastify
stnguyen90
stnguyen90 commented Feb 13, 2020

Description

The documentation on Error Handling indicates there should be a stack trace, but stack traces are no longer returned.

Steps to Reproduce the Problem

  1. buffalo new coke
  2. cd coke
  3. buffalo dev &
  4. curl -H 'Content-Type: application/json' 'http://localhost:3000/does_not_exist'

Expected Behavior

trace and

beriberikix
beriberikix commented Dec 19, 2018

I'm on a pet project that requires a performant CoAP webserver. Since none exist I was considering using libcoap and find a frontend for doing the routing/middleware. Silicon looks to fit the build! How hard would it be to add libcoap as a Silicon backend? Are there any docs or guidance?

Thanks!

Genie.jl
ChrisRackauckas
ChrisRackauckas commented Sep 22, 2019

Genie seems really cool, and I understand how to locally fire up a webserver and make an app. However, I don't understand how to deploy such a thing to Bluehost for example. Maybe this part is obvious to some who does webdev, but I'd be really interested in seeing some documentation on how to get Julia installed on common webservers and getting this running on a real website.

radutopala
radutopala commented Jan 6, 2019

We should be able to set stateless / stateful on each auth scheme independently, because an app may have 2 or more auth schemes, for example jwt/generic with stateless and form with stateful.

Current solution from @jeevatkm: achieve the stateless via interceptor (https://docs.aahframework.org/interceptors.html) - define action or controller level Finally interceptor and then call `ctx.Session

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

You can’t perform that action at this time.