A realtime micro web service to organise gathers for ENSL.org
-
Create a nice place where the NS2 community can assemble and have fun
-
Create an efficient, easy-to-use and flexible system to create NS2 gathers
-
Support the modern web and basic usability expectactions (e.g. realtime, phone and tablet friendly)
That's it
-
node.js > 6.0
-
MongoDB
npm install # Install deps
npm run watch # Compile and watch frontend assets
RANDOM_USER=true npm run dev # Run dev server, loading yourself as a random user
npm install # Install deps
npm start_production # Compile assets and run in production
MIT Licensed