reasonml-community/bs-express

Express bindings in Reason

ReScript

209

180 commits

updated Oct 18, 2021

See the code

README

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
bucklescript
expressjs
javascript
nodejs
ocaml
reasonml

Contributors

ncthbrt

79 commits

mransan

27 commits

chenglou

13 commits

vramana

8 commits

reasonml-community/bs-express

Express bindings in Reason

ReScript

209

180 commits

updated Oct 18, 2021

See the code

README

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
bucklescript
expressjs
javascript
nodejs
ocaml
reasonml

Contributors

ncthbrt

79 commits

mransan

27 commits

chenglou

13 commits

vramana

8 commits

Languages

ReScript

87.0%

Shell

13.0%