Whatisthis?
CoastisafullstackwebframeworkwritteiClojureforsmallteamsorsolodevelopers.Itusesarelatioaldatabaseadredershtmlotheserverwithoutjavascriptwhichallowsyoutoshipyourwebapplicatiosfaster
(sserver(:require[coast]))(defroutes[[:get"/"::home]])(defhome[request]"You'recoastigoclojure!")(defapp(coast/app{:routesroutes}))(coast/serverapp{:port1337})
评论