Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mutiny/lexsury
Real-time audience interaction (Node.js) server
https://github.com/mutiny/lexsury
audience-response-system real-time survey voting web-application
Last synced: 5 days ago
JSON representation
Real-time audience interaction (Node.js) server
- Host: GitHub
- URL: https://github.com/mutiny/lexsury
- Owner: mutiny
- License: agpl-3.0
- Created: 2017-04-25T16:27:57.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2017-07-20T23:29:56.000Z (over 7 years ago)
- Last Synced: 2024-08-01T12:32:15.227Z (3 months ago)
- Topics: audience-response-system, real-time, survey, voting, web-application
- Language: JavaScript
- Homepage: https://lexsury.com/
- Size: 2.66 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - mutiny/lexsury - Real-time audience interaction (Node.js) server (others)
README
# Lexsury
Modern audience interaction## Currently in active development
[Demo](http://beta.lexsury.com)
## Building
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:
- Dev server with reloading
`$ npm devServer`
- Production mode server
`$ npm start`
You should now be able to visit see Lexsury running at [http://localhost:3030](localhost:3030)
## If you'd like to contribute, checkout our [Trello Board](https://trello.com/b/mffBye8Z) and come [hangout with us](https://discord.gg/vJjgKT7)## Tool Docs
- [Feathers](https://docs.feathersjs.com)
- [SocketIO](https://socket.io/docs/)
- [Sequelize](docs.sequelizejs.com)## Client
- A bundled/minified version of our [React Client](https://github.com/mutiny/lexsur-react-client) is included within `public`