• Stars
    star
    211
  • Rank 186,867 (Top 4 %)
  • Language ReScript
  • License
    MIT License
  • Created about 8 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Express bindings in Reason

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

More Repositories

1

reason-react-hacker-news

hacker news mobile app made with reason react
Reason
592
star
2

bs-webapi-incubator

BuckleScript bindings to the DOM and other Web APIs
Reason
298
star
3

bs-fetch

Fetch bindings for BuckleScript
OCaml
200
star
4

reason-apollo-hooks

Deprecated in favor of https://github.com/reasonml-community/graphql-ppx
Reason
137
star
5

reason-maze

JavaScript
103
star
6

bs-glamor

BuckleScript bindings for glamor
OCaml
83
star
7

bs-socket.io

Bindings to socket.io
Reason
50
star
8

belt

49
star
9

bsdoc

πŸ“š Documentation Generator for BuckleScript
Reason
46
star
10

bs-immutablejs

Reason + BuckleScript bindings to Immutable.js
C++
29
star
11

bs-director

[UNMAINTAINED] BuckleScript bindings to the Director router
OCaml
23
star
12

bs-downshift

BuckleScript bindings for Downshift
OCaml
22
star
13

repacman

OCaml
22
star
14

error-message-improvement

Repo of issues that catalogues the compiler errors you'd like to see explained better in Reason
20
star
15

meta

Information about the reasonml-community organization and how it works
14
star
16

bs-glob

BuckleScript bindings to node-glob
OCaml
10
star
17

bs-transit-js

Transit-js bindings Bucklescript
Reason
10
star
18

bs-mocha

OCaml
8
star
19

bs-history

Bucklescript binding for history
OCaml
8
star
20

bs-discord.js

BuckleScript bindings for discord.js
Reason
6
star
21

bs-cookie-parser

cookie-parser binding in ReasonML
OCaml
5
star
22

bs-react-simple-maps

BuckleScript bindings for react-simple-maps
OCaml
5
star
23

bs-react-native

MOVED TO https://github.com/reason-react-native/bs-react-native
OCaml
2
star
24

reason-react-native

MOVED TO https://github.com/reason-react-native/reason-react-native
HTML
2
star