Real-time audience interaction (Node.js) server
Modern audience interaction
Lexsur is served using Node.js. On MacOS::
$ brew install node
Dependencies can then be installed using NPM or Yarn:
$ npm install
$ yarn install
Initiate MySQL database. By default: mysql://lex@localhost/lexsur. This can be changed, along with all other settings in the config
files.
$ mysql.server start
The Lexsury server can then be initialized:
$ npm devServer
$ npm start
You should now be able to visit see Lexsury running at http://localhost:3030
public