boggle-connect
v0.2.1
Published
Boggle web page
Downloads
9
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.