Package Exports
- boggle-connect
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (boggle-connect) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Boggle Page
Simple stand alone server with boggle solver running as API
Install and run
Requires nodejs
npm install
// installs all necessary dependencies
node index.js
// starts the local webserver
Then open a modern browser and navigate to the server, usually at http://localhost:3000/
Dependencies
The web server is a connect server with actual Boggle solver through boggle.
Small print
Author: Gleb Bahmutov © 2015
License: MIT - do anything with the code, but don't blame me if it does not work.
Spread the word: tweet, star on github, etc.