All Projects → FoalTS → Foal

FoalTS / Foal

Licence: mit
Elegant and all-inclusive Node.Js web framework based on TypeScript. 🚀.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Foal

Mono
Minimalist Framework on top of Express.js
Stars: ✭ 163 (-86.14%)
Mutual labels:  api, rest, framework, express
Goyave
🍐 Elegant Golang REST API Framework
Stars: ✭ 811 (-31.04%)
Mutual labels:  api, rest, framework, web-framework
Loopback Next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 3,972 (+237.76%)
Mutual labels:  api, rest, framework, dependency-injection
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (-87.59%)
Mutual labels:  api, rest, express, jwt
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (-48.72%)
Mutual labels:  api, rest, express, jwt
Api Platform
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
Stars: ✭ 7,144 (+507.48%)
Mutual labels:  api, rest, framework
Hzdtf.foundation.framework
基础框架系统,支持.NET和.NET Core平台,语言:C#,DB支持MySql和SqlServer,主要功能有抽象持久化、服务层,将业务基本的增删改查抽离复用;提供代码生成器从DB生成实体、持久化、服务以及MVC控制器,每层依赖接口,并需要在客户端将对应实现层用Autofac程序集依赖注入,用AOP提供日志跟踪、事务、模型验证等。对Autofac、Redis、RabbitMQ封装扩展;DB访问提供自动主从访问,Redis客户端分区。特别适合管理系统。
Stars: ✭ 22 (-98.13%)
Mutual labels:  framework, jwt, auth
Falcon
The no-nonsense REST API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
Stars: ✭ 8,654 (+635.88%)
Mutual labels:  api, rest, framework
Dreamfactory
DreamFactory API Management Platform
Stars: ✭ 1,148 (-2.38%)
Mutual labels:  api, rest, framework
Opulence
A simple, secure, and scalable PHP application framework
Stars: ✭ 723 (-38.52%)
Mutual labels:  orm, framework, dependency-injection
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+3266.33%)
Mutual labels:  api, rest, framework
Yarf
Yet Another REST Framework
Stars: ✭ 62 (-94.73%)
Mutual labels:  api, rest, framework
Deno Drash
A REST microframework for Deno's HTTP server with zero 3rd party dependencies.
Stars: ✭ 795 (-32.4%)
Mutual labels:  api, rest, framework
App
Reusable framework for micro services & command line tools
Stars: ✭ 66 (-94.39%)
Mutual labels:  framework, jwt, dependency-injection
Droidparts
Stars: ✭ 785 (-33.25%)
Mutual labels:  rest, orm, dependency-injection
Apicache
Simple API-caching middleware for Express/Node.
Stars: ✭ 957 (-18.62%)
Mutual labels:  api, rest, express
Slim3 Jwt Auth Example
Server side implementation example of JWT (JSON Web Token) authentication using Slim3
Stars: ✭ 45 (-96.17%)
Mutual labels:  api, jwt, auth
Oas Generator
NodeJS RESTful APIs scaffolding based OpenAPI 3.x specs using oas-tools and express.
Stars: ✭ 32 (-97.28%)
Mutual labels:  api, rest, express
Go Restful Api
An idiomatic Go REST API starter kit (boilerplate) following SOLID principles and Clean Architecture
Stars: ✭ 1,043 (-11.31%)
Mutual labels:  api, rest, jwt
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 (+804.25%)
Mutual labels:  api, rest, sdk


https://foalts.org

License: MIT node version npm version Build Status Code coverage Known Vulnerabilities Commit activity Last commit 2FA 2FA

What is Foal?

Foal (or FoalTS) is a Node.JS framework for creating web applications.

It provides a set of ready-to-use components so you don't have to reinvent the wheel every time. In one single place, you have a complete environment to build web applications. This includes a CLI, testing tools, frontend utilities, scripts, advanced authentication, ORM, deployment environments, GraphQL and Swagger API, AWS utilities, and more. You no longer need to get lost on npm searching for packages and making them work together. All is provided.

But while offering all these features, the framework remains simple. Complexity and unnecessary abstractions are put aside to provide the most intuitive and expressive syntax. We believe that concise and elegant code is the best way to develop an application and maintain it in the future. It also allows you to spend more time coding rather than trying to understand how the framework works.

Finally, the framework is entirely written in TypeScript. The language brings you optional static type-checking along with the latest ECMAScript features. This allows you to detect most silly errors during compilation and improve the quality of your code. It also offers you autocompletion and a well documented API.

Screenshot

Development Policy

For contributors only.

Thousands of Tests

Testing FoalTS is put on a very high priority. Providing a reliable product is really important to us. As of December 2020, the framework is covered by more than 2100 tests.

Documentation

New features, no matter what they offer, are useless if they are not well documented. Maintaining complete and quality documentation is key to the framework. If you think something is missing or unclear, feel free to open an issue on Github!

Product Stability

Great attention is paid to the stability of the product. You can find out more by consulting our dependency policy, semantic versioning rules and long-term support policy.

🌇 Get started

First install Node.Js and npm.

Create a new app

$ npm install -g @foal/cli
$ foal createapp my-app
$ cd my-app
$ npm run develop

The development server is started! Go to http://localhost:3001 and find our welcoming page!

👉 Continue with the tutorial 🌱

Backers

backers

Community Chat

You can join the community chat here.

Contributing

See the contribution guidelines.

License

MIT

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