All Projects → UdashFramework → Udash Core

UdashFramework / Udash Core

Licence: apache-2.0
Scala framework for building beautiful and maintainable web applications.

Programming Languages

scala
5932 projects
scalajs
39 projects

Projects that are alternatives of or similar to Udash Core

Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (-46.17%)
Mutual labels:  rest-api, rest, hacktoberfest, frontend
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+2525.68%)
Mutual labels:  rest-api, rest, rest-client, hacktoberfest
Symfony Flex Backend
Symfony Flex REST API template project
Stars: ✭ 214 (-47.16%)
Mutual labels:  rest-api, rest, hacktoberfest
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+751.36%)
Mutual labels:  rest-api, rest, hacktoberfest
Javacord
An easy to use multithreaded library for creating Discord bots in Java.
Stars: ✭ 368 (-9.14%)
Mutual labels:  rest-api, rest, hacktoberfest
Gemini
Model Driven REST framework to automatically generate CRUD APIs
Stars: ✭ 138 (-65.93%)
Mutual labels:  rest-api, rest, backend
Swagger Js
Javascript library to connect to swagger-enabled APIs via browser or nodejs
Stars: ✭ 2,319 (+472.59%)
Mutual labels:  rest-api, rest, hacktoberfest
Json Schema Tools
Packages for working with JSON Schema and JSON Hyper-Schema
Stars: ✭ 232 (-42.72%)
Mutual labels:  rest-api, rest, rest-client
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (-37.53%)
Mutual labels:  rest-api, rest, backend
Vscode Restclient
REST Client Extension for Visual Studio Code
Stars: ✭ 3,289 (+712.1%)
Mutual labels:  rest-api, rest, rest-client
Parse Server
API server module for Node/Express
Stars: ✭ 19,165 (+4632.1%)
Mutual labels:  rest-api, hacktoberfest, backend
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+348.89%)
Mutual labels:  rest-api, backend, frontend
Watsonwebserver
Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
Stars: ✭ 125 (-69.14%)
Mutual labels:  rest-api, rest, webapp
Yii2 Angular Boilerplate
Yii2 REST API + Angular10 Boilerplate (Frontend/Backend)
Stars: ✭ 194 (-52.1%)
Mutual labels:  rest-api, backend, frontend
Spring Boot Mongodb Angular Todo App
A Sample App built using Spring Boot, Angular and MongoDB
Stars: ✭ 84 (-79.26%)
Mutual labels:  rest-api, backend, frontend
Bank
🏦 Full Stack Web Application similar to financial software that is used in banking institutions | React.js and Node.js
Stars: ✭ 1,158 (+185.93%)
Mutual labels:  rest-api, backend, frontend
Kanary
A minimalist web framework for building REST APIs in Kotlin/Java.
Stars: ✭ 319 (-21.23%)
Mutual labels:  rest-api, rest, backend
Wise Old Man
The Open Source Old School Runescape progress tracker.
Stars: ✭ 68 (-83.21%)
Mutual labels:  rest-api, hacktoberfest, webapp
Prest
PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
Stars: ✭ 3,023 (+646.42%)
Mutual labels:  rest-api, rest, hacktoberfest
Vulcain
Fast and idiomatic client-driven REST APIs.
Stars: ✭ 3,190 (+687.65%)
Mutual labels:  rest-api, rest, hacktoberfest

Udash

Build Status Maven Central Join the chat at https://gitter.im/UdashFramework/udash-core Scala Steward badge

Udash is a Scala.js framework for building beautiful and maintainable web applications.

Combined forces of Scala & JavaScript

Type safe (HTML, CSS & JS)

In cooperation with ScalaTags and ScalaCSS libraries, Udash provides a type safe layer over HTML, CSS and JS with powerful data binding into DOM templates.

Compiled to JS

Scala is compiled to highly efficient JavaScript with no need to maintain Javascript code. It is also easy to use it with good, old JavaScript libraries like Twitter Bootstrap or jQuery.

Shared Scala code

Udash brings out of the box the RPC system with a shared data model and interfaces between frontend and backend, which boosts development and keeps the codebase consistent.

Why Udash?

Reactive Data Bindings

Automatically synchronise user interface with your data model.

Type-safe RPC & REST

A client↔server communication based on typed interfaces. Bidirectional RPC via WebSockets out of the box.

User Interface Components

Twitter Bootstrap components enriched with Udash features.

Routing

Udash provides a frontend routing mechanism based on URL path or fragment, states and views.

i18n

Translations served by the backend or compiled into JavaScript.

Project generator

Generate a customized application from a Giter8 template, compile and try it out in 5 minutes.

Backend-independent

Udash provides a complete support for your web application and the communication with the server but does not influence your backend implementation.

Open-source

The whole framework code is available on GitHub under Apache v2 license.

IDE support

With any IDE supporting the Scala language. No extra plugin needed.

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].