Package Exports
- xmt_backend
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (xmt_backend) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
XmT_backend
This project is used for web server framework in the XmT Ltd.
For a long time, we had a very basic web server framework based on nodejs/iojs. We sometimes wanted to make some changes when using the original framework but we could not located where we should do quickly, as while as always encountering problems because of the lack of type system. So, we decided to build our own web server framework - the pure typed and es-6ed javascript.
Our server group guys have made lots of discussions about which tool we should adopt, we talked about 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.