coast
coast copied to clipboard
The fullest full stack clojure web framework
does coast have/intend to have web socket support?
Hello friends, I see the instructions only for linuix and macos. Is there a way to create a new coast project on windows? Notice I don't use WSL Thank you
Given that coast is currently the clojureverse's answer to stuff like RoR, Elixr, etc. Would probably be nice to have something like [Turbolinks](https://github.com/turbolinks/turbolinks) that is still 'page-oriented' but provides something...
I was trying to to follow README, but the `/todos/src/routes.clj` looks differently, then the one in README, and this part ``` [:resource :todo]))) ; add this line ``` not work...
Please do change this install text to take into consideration that most people will likely be not be logged in as root when they are installing this. curl -o /usr/local/bin/coast...
There's an hint of an *Attachments* section in the `response.md` docs at this link https://github.com/coast-framework/coast/blob/571d3ec9487741123331538d8e725315e011f154/docs/response.md#user-content-attachments, but the actual section is missing. Is this because the implementation is missing or just...
Under `:aliases`, the coast `deps.edn` has a couple of :git/url based dependencies with `:sha` verification hashes. One thing that happens is that the shas can change on github when new...
Most major web frameworks have a debugger page that gets triggered when an error is encountered in dev mode. This can be easily added to Coast using either paren-soup or...
In Django, you can define the state of DB and have it generate the migration i.e. the diff automatically. This saves a lot of time. Many new ORMs like TypeORM...