2015-07-20 22:47:18 +00:00
|
|
|
# SWS Gather App
|
|
|
|
|
|
|
|
## Status
|
|
|
|
|
|
|
|
A stateless, flexible and realtime micro web service to arrange SWS gathers for ENSL.org
|
|
|
|
|
2015-07-22 15:20:28 +00:00
|
|
|
## Design Goals
|
|
|
|
|
|
|
|
I'm making this app to promote 3 things
|
|
|
|
|
|
|
|
1) Create a nice place where the NS2 community can assemble and have fun
|
2015-07-29 10:47:01 +00:00
|
|
|
|
2015-07-22 15:20:28 +00:00
|
|
|
2) Create an efficient, easy-to-use and flexible system to create NS2 gathers
|
2015-07-29 10:47:01 +00:00
|
|
|
|
2015-07-22 15:20:28 +00:00
|
|
|
3) Support the modern web and basic usability expectactions (e.g. realtime, phone and tablet friendly)
|
|
|
|
|
|
|
|
That's it
|
|
|
|
|
2015-07-20 22:47:18 +00:00
|
|
|
## Run
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm install
|
|
|
|
|
|
|
|
npm start
|
|
|
|
```
|
|
|
|
|
|
|
|
## Todo
|
|
|
|
|
|
|
|
- ENSL.org: Authentication
|
|
|
|
- ENSL.org: Pull user data and bans
|
|
|
|
- ENSL.org: API to allow ENSL to pull current gather status
|
2015-07-27 11:55:36 +00:00
|
|
|
- Hive Integration: Pull stats
|
2015-07-20 22:47:18 +00:00
|
|
|
- Steam Integration: Outbound steam messaging
|
2015-07-27 11:55:36 +00:00
|
|
|
- Admin tools - kick user/edit messages
|
2015-07-20 22:47:18 +00:00
|
|
|
- Add a backend datastore to persist gather data and messages
|
|
|
|
- Add sounds
|
2015-07-27 11:55:36 +00:00
|
|
|
- WebRTC?
|
2015-07-21 22:44:47 +00:00
|
|
|
- Add user lifeform + div information
|
2015-07-27 11:55:36 +00:00
|
|
|
- Show online status
|
2015-07-20 22:47:18 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
MIT Licensed
|