what's the right way to do CORS in Aleph? I can't find an example online. All I'm trying to do is to get my localhost webapp to talk to my locahost web server.
Aleph has equivalents of most of the default Ring middleware, and is compatible with the rest (tho async Ring middleware requires wrapping in a fn) If you want to add this to the examples/ directory, PRs are welcome!
What's the problem you're running into? I've never had issues connecting to localhost
If it's really CORS you need then you'll probably want a ring middleware for that, there should be some out there
Yea I ended up using a Ring middleware to resolve the CORS issue