Voltz
Explore posts from serversimplementing my own defineHandler for my socket server
Does nuxt have helper func for me to load an entire directory, for example my WebSocket server has a lot of functionality now and I want to essentially replicate the “defineHandler” model for handling the different request / payloads in their own files
Or do I need to just write function to load them?
How can this be achieved so the directory is part of my bundle
Is this possible with nuxt’s auto import config
1 replies
CDCloudflare Developers
•Created by Voltz on 1/11/2024 in #general-help
WAF Causing Error 500
Hello, im trying to make a rule to skip my custom rules, however, whenever it hits the skip rule it returns error 500 without it and the blocking rule disabled everything works normal
5 replies
CDCloudflare Developers
•Created by Voltz on 10/21/2023 in #pages-help
Socket server inside of Sveltekit Pages app
Hey guys I'm building a sveltekit app with CF Pages, I need to make a websocket server for handling some of my data, I was wondering if I must make it in a worker or if its possible to create the websocket server with like socket-io + express and just have it all directly on the web app on CF Pages
1 replies