@foal/csrf
TypeScript icon, indicating that this package has built-in type declarations

1.12.2 • Public • Published

Logo

A Node.js and TypeScript framework, all-inclusive.

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

Github - Twitter - Website - Documentation - YouTube

FoalTS is a Node.js framework for building HTTP APIs and Web applications with a rich interface (Angular / React / Vue). It is written in TypeScript and offers many built-in dev tools and components to handle extremely common scenarios. Simple, testable and progressive, Foal accelerates development while leaving you in control of your code.

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

Why?

In recent years Node.js has become one of the most popular servers on the web. And for good reason, it is fast, simple while being powerful and flexible. Creating a server with only a few lines of code has never been easier.

But when it comes to setting up a complete and scalable project, things get harder. You have to put everything in place. The authorization system, database migrations, development tools or even hashing of passwords are just the tip of the iceberg. Working on this is time consuming and may slow down the release frequency or even lead to undesired bugs. As the codebase grows up and the complexity increases, it becomes harder and harder to develop new features and maintain the app.

This is where FoalTS comes in. Based on express, this lightweight framework provides everything needed to create enterprise-grade applications. From the support of TypeScript to the integration of security tools, it offers the basic bricks to build robust webapps. But FoalTS does not pretend to be a closed framework. You can still import and use your favorite librairies from the rich ecosystem of Node.js.

Package Sidebar

Install

npm i @foal/csrf

Weekly Downloads

54

Version

1.12.2

License

MIT

Unpacked Size

11.9 kB

Total Files

13

Last publish

Collaborators

  • loicpoullain