All Projects → reasonml-community → Bs Express

reasonml-community / Bs Express

Licence: mit
Express bindings in Reason

Programming Languages

javascript
184084 projects - #8 most used programming language
ocaml
1615 projects
bucklescript
41 projects

Projects that are alternatives of or similar to Bs Express

Perk
A well documented set of tools for building node web applications.
Stars: ✭ 177 (-14.49%)
Mutual labels:  expressjs
Reasonml Cheat Sheet
A cheat sheet for ReasonML -- WIP
Stars: ✭ 187 (-9.66%)
Mutual labels:  reasonml
Bastet
A ReasonML/Ocaml library for category theory and abstract algebra
Stars: ✭ 200 (-3.38%)
Mutual labels:  reasonml
Express Es6 Starter
Starter project for creating a MVC express server with MongoDB
Stars: ✭ 178 (-14.01%)
Mutual labels:  expressjs
Graphql Ppx
GraphQL language primitives for ReScript/ReasonML written in ReasonML
Stars: ✭ 185 (-10.63%)
Mutual labels:  reasonml
Internship Lms Frontend
We are in the mission of solving a crisis for a lot of small and medium enterprises, who are trying to recruit interns for their projects. This platform aims to onboard new interns, who have applied to the companies and help them understand the process and make the transition smooth.
Stars: ✭ 193 (-6.76%)
Mutual labels:  expressjs
Linkedin Profile Scraper
🕵️‍♂️ LinkedIn profile scraper returning structured profile data in JSON. Works in 2020.
Stars: ✭ 171 (-17.39%)
Mutual labels:  expressjs
Luv
Cross-platform asynchronous I/O and system calls
Stars: ✭ 203 (-1.93%)
Mutual labels:  reasonml
Bs Material Ui
ReScript bindings for material-ui
Stars: ✭ 185 (-10.63%)
Mutual labels:  reasonml
Httpkit
⚡️ High-level, High-performance HTTP(S) Clients/Servers in Reason/OCaml
Stars: ✭ 198 (-4.35%)
Mutual labels:  reasonml
Csurf
CSRF token middleware
Stars: ✭ 2,183 (+954.59%)
Mutual labels:  expressjs
Philip2
An Elm to OCaml compiler
Stars: ✭ 182 (-12.08%)
Mutual labels:  reasonml
Netlify Express
Express.js hosted on Netlify
Stars: ✭ 194 (-6.28%)
Mutual labels:  expressjs
Mevn Stack
A Quickstart for building an Express API with a VueJS Admin Portal
Stars: ✭ 178 (-14.01%)
Mutual labels:  expressjs
Angular2 Express Mongoose Gulp Node Typescript
AngularJS 2 (Updated to 4.2.0) Mean Stack application which uses Angular2, Gulp, Express, Node, MongoDB (Mongoose) with Repository Pattern Business Layer
Stars: ✭ 201 (-2.9%)
Mutual labels:  expressjs
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (-15.46%)
Mutual labels:  expressjs
Bs Fetch
Fetch bindings for BuckleScript
Stars: ✭ 194 (-6.28%)
Mutual labels:  reasonml
Limitrr
Light NodeJS rate limiting and response delaying using Redis - including Express middleware.
Stars: ✭ 203 (-1.93%)
Mutual labels:  expressjs
Reason Urql
Reason bindings for Formidable's Universal React Query Library, urql.
Stars: ✭ 203 (-1.93%)
Mutual labels:  reasonml
Mern Marketplace
A MERN stack based online marketplace application [Full-Stack React Projects]
Stars: ✭ 194 (-6.28%)
Mutual labels:  expressjs

bs-express

Express bindings for BuckleScript in Reason.

Installing

  1. Install bs-express using npm:
npm install --save bs-express
  1. Add bs-express as a dependency to your bsconfig.json:
{
  "name": "your-project",
  "bs-dependencies": ["bs-express"]
}

Right now the library is somewhat underdocumented, so please view the interface file Express.rei or the example folder to see library usage.


Contributing

If you'd like to contribute, you can follow the instructions below to get things working locally.

Getting Started

  1. After cloning the repo, install the dependencies
npm install
  1. Build and start the example server:
npm start

Running the tests

To run tests, run the command:

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