devlsh
devlsh
I haven't tried 0.10.x in native/transpiled JS yet, however I do agree that non-TS should be the standard here - as mentioned, it's the defacto industry standard, and TS is...
Use-case for context: ``` gameServer.define('my-room', MyRoom).filterBy(['id']).maxInstances(1) ``` `maxInstances` will take in to account any filters defined by `filterBy` to determine a count of existing Room Instances. Using the Room definition...
@dbartholomae Looks great - I recently recreated the middleware pattern for TypeScript too (https://github.com/evilkiwi/lamware), but went a different route with chaining `.use()` to have pass-through typing for a custom state...
With Nuxt 3 RC1 being released in the coming days, has there been any movement on this?
Related to #2
Other than this small issue, I've successfully set this up now - and it's working great! I had a few pain points with the implementation, which I'll create a separate...
> The reason the domain name and stage isn't currently configurable is because connections are (I believe) unique to a given domain/stage. Correct - however when developing locally, proxying or...
@andyrichardson I use a custom solution locally, combined with `lambda-local`, though for me the most "enticing" idea here is a custom domain for the WebSocket APIG
Also having the same issue, couldn't figure out a workaround.
Yeah, this is really needed.