All Projects → sveri → Closp

sveri / Closp

Licence: epl-1.0
Clojure template for web development (with SPA support)

Programming Languages

clojure
4091 projects
clojurescript
191 projects
clj
17 projects

Projects that are alternatives of or similar to Closp

Dotweb
Simple and easy go web micro framework
Stars: ✭ 1,354 (+682.66%)
Mutual labels:  webframework
Nim websitecreator
Nim fullstack website framework - deploy a website within minutes
Stars: ✭ 124 (-28.32%)
Mutual labels:  webframework
Gotham
A flexible web framework that promotes stability, safety, security and speed.
Stars: ✭ 1,935 (+1018.5%)
Mutual labels:  webframework
Go Web Framework Benchmark
⚡ Go web framework benchmark
Stars: ✭ 1,601 (+825.43%)
Mutual labels:  webframework
Rapidoid
Rapidoid - Extremely Fast, Simple and Powerful Java Web Framework and HTTP Server!
Stars: ✭ 1,571 (+808.09%)
Mutual labels:  webframework
Jolla
Python Web Framework
Stars: ✭ 132 (-23.7%)
Mutual labels:  webframework
Jooby
The modular web framework for Java and Kotlin
Stars: ✭ 1,309 (+656.65%)
Mutual labels:  webframework
Webgo
A minimal framework to build web apps; with handler chaining, middleware support; and most of all standard library compliant HTTP handlers(i.e. http.HandlerFunc).
Stars: ✭ 165 (-4.62%)
Mutual labels:  webframework
Masonite
The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Slack channel questions: http://slack.masoniteproject.com
Stars: ✭ 1,681 (+871.68%)
Mutual labels:  webframework
Pando.py
Filesystem dispatch + Simplates + Python = a nice web framework.
Stars: ✭ 146 (-15.61%)
Mutual labels:  webframework
Nim Basolato
An asynchronous fullstack web framework for Nim.
Stars: ✭ 111 (-35.84%)
Mutual labels:  webframework
Raxx kit
Get started with Raxx + Elixir
Stars: ✭ 120 (-30.64%)
Mutual labels:  webframework
Silicon
A high performance, middleware oriented C++14 http web framework please use matt-42/lithium instead
Stars: ✭ 1,721 (+894.8%)
Mutual labels:  webframework
Luna
Yet another web framework—this time in modern C++!
Stars: ✭ 99 (-42.77%)
Mutual labels:  webframework
Webcontext
webcontext is a web framework and web application server based on node.js
Stars: ✭ 151 (-12.72%)
Mutual labels:  webframework
Twig
Twig - less is more's web server for golang
Stars: ✭ 98 (-43.35%)
Mutual labels:  webframework
App Turbo
A framework based on tornado for easier development, scaling up and maintenance
Stars: ✭ 131 (-24.28%)
Mutual labels:  webframework
Alpas
🚀 The Rapid and Delightful Kotlin Web Framework. Easy, elegant, and productive!
Stars: ✭ 166 (-4.05%)
Mutual labels:  webframework
Ninja
Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
Stars: ✭ 1,892 (+993.64%)
Mutual labels:  webframework
Sactive Web
🚀 A dependency injection web framework for Node.js.
Stars: ✭ 143 (-17.34%)
Mutual labels:  webframework

closp

Usage

Backend

  1. Run clj -A:new -M:new https://github.com/sveri/[email protected] de/sveritest/closptest in a console.
  2. Open your postgresql instance and add a new user: {{name}} with password: {{name}} and create a database {{name}}.
  3. Add a users table to the new database. The script can be found in migrators/postgres/1-user.up.sql'.
  4. CD to the newly generated folder {{name}}.
  5. Run clj and from the repl (start) to start the development server.

Frontend

  1. Run npm install in a separate console to install the dependencies.
  2. Run shadow-cljs watch main to start the cljs compiler.
  3. Navigate to http://localhost:3000/reagent-example.

Preview

Intro

Supported by

The development of closp is supported by Jetbrains and their awesome IDE

Jetbrains Logo

License

Copyright © 2020 Sven Richter

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].