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
- Host: GitHub
- URL: https://github.com/yangjunlong/mix-server-jetty
- Owner: yangjunlong
- License: mit
- Created: 2016-03-18T09:05:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T07:38:23.000Z (almost 9 years ago)
- Last Synced: 2025-02-21T15:24:56.974Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```