README
XmT_Backend
This project is used for web server framework in XmT Ltd.
Our server group guys have made lots of discussions about which tool we should adopt, we talked about pure js, traceur, babel and so on. Finally, we made a united decision on that it must be typescript - microsoft's typed javascript.
Our server framework is aimed at the goal - "simple, fast, debug-faced and stable". For now we have done many awesome features like tasks switch, debug information record and request-response object initialize. In the future, we will try our best to get continual improvements. Good luck for this team!
Build
Use the typescript compiler to compile the code set and we will give a compiler config file later.
Test
We will use a fantastic combination set - mochajs, chaijs and supertestjs.
You are to use npm test
to test all the code.
Contributor
- RareGrass - XmT Ltd.
- Xyxadcdiy - XmT Ltd.
- Agentrengar - XmT Ltd.
- Smart - XmT Ltd.