Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

getsling/bs-express

 
 

Repository files navigation

bs-express

Express bindings for BuckleScript in Reason.

Getting Started

Install bs-express using npm:

npm install --save bs-express

Then add bs-express as a dependency to bsconfig.json

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

Run the example and tests:

Build and start the server:

npm start

Run the tests:

npm test

About

Express bindings in Reason

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 91.2%
  • Shell 8.8%