An open API service indexing awesome lists of open source software.

https://github.com/yangjunlong/mix-server-jetty

mix-server-jetty
https://github.com/yangjunlong/mix-server-jetty

Last synced: 11 months ago
JSON representation

mix-server-jetty

Awesome Lists containing this project

README

          

# mix-server-jetty
mix-server-jetty

```javascript
module.exports = mix.server.derive(function(){
// constructor method
}, {
// server start impl
start: function() {
// todo ...
}
}).factory();
```