Purescript Express

screenshot of Purescript Express
express

Purescript wrapper for Express.js

Overview:

The purescript-express is a Purescript wrapper around the Node.js Express web-framework. It provides a convenient way to use Express functionality within a Purescript project. The library includes various modules for handling requests, responses, middleware, and more.

Features:

  • Node.Express.App: Module for defining Express applications.
  • Node.Express.Handler: Module for managing request handlers.
  • Node.Express.Middleware.CookieParser: Middleware module for cookie parsing.
  • Node.Express.Middleware.Static: Middleware module for serving static files.
  • Node.Express.Request: Module for handling incoming requests.
  • Node.Express.Response: Module for managing outgoing responses.
  • Node.Express.Types: Module containing various types used within the library.

Summary:

The purescript-express library provides a useful wrapper around Node.js Express web-framework for Purescript projects. With modules for handling requests, responses, middleware, and more, it simplifies the integration of Express features into Purescript applications. By following the installation guide and exploring the provided documentation, developers can efficiently build web applications using Purescript and Express functionality.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.