HW-SWeL / Validata

Online frontend for ShEx-validator for restricted deployment environments
http://hw-swel.github.io/Validata/
MIT License
11 stars 2 forks source link

Investigate browserify or other tools to allow us to use Node modules client-side #2

Closed beveradb closed 9 years ago

beveradb commented 9 years ago

From @andrewthecoder on February 3, 2015 15:19

Most of the existing parser work have been packaged as Node modules, which make them nice and easy to pick up and use. However as we are constrained to client-side code only, we'll need to use Node in the client's browser. The only project I've heard of to allow this is browserify, please investigate this and explain how it works for everyone or look for an alternative.

Copied from original issue: HeriotWattMEng2015/ShExDemo#10